summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-23 11:06:59 -0700
committerTim Smith <tsmith@chef.io>2018-07-23 11:06:59 -0700
commit053cb7960d739db208f87535ba15d4c6ccf36757 (patch)
tree6d8ccfe838def0ef2f8a87e4b1439603cd85c02d
parentf03a77fe77088307856589b4b1fcbdbe00a03f02 (diff)
downloadchef-expeditor_config.tar.gz
Add minor version bumping to Expeditor configexpeditor_config
Label aligns with other Expeditor labels. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/config.yml5
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.