diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-12-18 12:45:17 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-12-18 12:45:17 -0800 |
commit | 7701edb3bb99fd0da3e3a994b52270830b8be6a3 (patch) | |
tree | 4b6419ed924b5dc03ed0892abeb9e20a0d6edfa0 /.expeditor | |
parent | 971c4db046a51974ec633f4067a7597bea633964 (diff) | |
download | chef-7701edb3bb99fd0da3e3a994b52270830b8be6a3.tar.gz |
Setup Expeditor to start the bump
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-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 |