From 053cb7960d739db208f87535ba15d4c6ccf36757 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 23 Jul 2018 11:06:59 -0700 Subject: Add minor version bumping to Expeditor config Label aligns with other Expeditor labels. Signed-off-by: Tim Smith --- .expeditor/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. -- cgit v1.2.1