diff options
author | Tim Smith <tsmith@chef.io> | 2018-08-22 11:34:28 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-08-22 11:34:28 -0700 |
commit | b2a77f4cf808f9254b71ef39c573d04cb86a1a6f (patch) | |
tree | 46c98ac7d7177cf1c73979a216f770fd9207708a /.expeditor | |
parent | aafdbf45459fe26d4f48003e4dc77a1b746e27f0 (diff) | |
download | chef-b2a77f4cf808f9254b71ef39c573d04cb86a1a6f.tar.gz |
DCO sign off the version bump
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/update_dep.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.expeditor/update_dep.sh b/.expeditor/update_dep.sh index 4b839a8a7f..baaedb90c5 100644 --- a/.expeditor/update_dep.sh +++ b/.expeditor/update_dep.sh @@ -9,7 +9,7 @@ bundle install bundle exec rake dependencies:update git add . -git commit --message "Bump $GEM_NAME to $VERSION" --message "This pull request was triggered automatically via Expeditor when $GEM_NAME $VERSION was promoted to Rubygems." +git commit --message "Bump $GEM_NAME to $VERSION" --message "This pull request was triggered automatically via Expeditor when $GEM_NAME $VERSION was promoted to Rubygems." --message "Signed-off-by: Chef CI <oss@chef.io>" open_pull_request |