diff options
author | Tim Smith <tsmith@chef.io> | 2020-12-18 12:46:32 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 12:46:32 -0800 |
commit | 571133125620669c4477c3a6c8bd7bfa36b58231 (patch) | |
tree | 4b6419ed924b5dc03ed0892abeb9e20a0d6edfa0 | |
parent | 971c4db046a51974ec633f4067a7597bea633964 (diff) | |
parent | 7701edb3bb99fd0da3e3a994b52270830b8be6a3 (diff) | |
download | chef-571133125620669c4477c3a6c8bd7bfa36b58231.tar.gz |
Merge pull request #10757 from chef/start_bump
Setup Expeditor to start the bump
-rw-r--r-- | .expeditor/config.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml index b2f0d22c68..f91b6462e1 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -1,8 +1,5 @@ # Documentation available at https://expeditor.chef.io/docs/getting-started/ --- -# the name we use for this project when interacting with expeditor chatbot -project: - alias: chef-16 # The name of the product keys for this product (from mixlib-install) product_key: @@ -50,11 +47,11 @@ github: # for building. release_branch: - master: + version_constraint: 17* + - chef-16: version_constraint: 16* - chef-15: version_constraint: 15* - - chef-14: - version_constraint: 14* changelog: rollup_header: Changes not yet released to stable |