diff options
author | Tim Smith <tsmith@chef.io> | 2018-11-13 11:20:13 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-11-13 11:20:13 -0800 |
commit | 46343c310703bc1cf856875964b5e2666e0a3c1e (patch) | |
tree | bffab470b268a0e09c0e6dbb575e5ae75bca4907 /.expeditor | |
parent | b71d86462d28eaeb20049eb81066844c96d6d656 (diff) | |
download | chef-46343c310703bc1cf856875964b5e2666e0a3c1e.tar.gz |
Make sure to open PRs against the chef-14 branch
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 a95ef794e9..656c2346ca 100644 --- a/.expeditor/update_dep.sh +++ b/.expeditor/update_dep.sh @@ -29,7 +29,7 @@ git add . # DCO sign-off is needed for this sort of PR since it contains no intellectual property 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 "This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required." -open_pull_request +open_pull_request "chef-14" # Get back to master and cleanup the leftovers - any changed files left over at the end of this script will get committed to master. git checkout - |