diff options
author | Tim Smith <tsmith@chef.io> | 2018-07-23 11:06:59 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-07-23 11:06:59 -0700 |
commit | 053cb7960d739db208f87535ba15d4c6ccf36757 (patch) | |
tree | 6d8ccfe838def0ef2f8a87e4b1439603cd85c02d /.expeditor | |
parent | f03a77fe77088307856589b4b1fcbdbe00a03f02 (diff) | |
download | chef-053cb7960d739db208f87535ba15d4c6ccf36757.tar.gz |
Add minor version bumping to Expeditor configexpeditor_config
Label aligns with other Expeditor labels.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/config.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 14e146ab72..ce0f0060fb 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -1,4 +1,4 @@ -# Documentation available at https://expeditor.chef.io +# Documentation available at https://expeditor.chef.io/docs/getting-started/ # The name of the product keys for this product (from mixlib-install) product_key: @@ -34,6 +34,9 @@ github: version_tag_format: "v{{version}}" # The Github Team primarily responsible for handling incoming Pull Requests. maintainer_group: chef/client-core + # allow bumping the minor release via label + minor_bump_labels: + - "Expeditor: Bump Minor Version" # Which Github branches to build Omnibus releases from, and what versions # (as determined by the value in the VERSION file) those branches are responsible # for building. |