summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-03-18 16:11:30 -0700
committerTim Smith <tsmith@chef.io>2019-03-18 16:11:30 -0700
commite11288fdbbcf499e8d8284b7713cdd61b2dd3e10 (patch)
treed7e185c044a8a41c05383a5dea2af23c32ca03bf
parentc085813e2e94d45068b3bb9ee66e0ce80194ff38 (diff)
downloadchef-zero-e11288fdbbcf499e8d8284b7713cdd61b2dd3e10.tar.gz
Update expeditor config for new options
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/config.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 03f8478..94d1e13 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -15,7 +15,9 @@ github:
version_tag_format: "v{{version}}"
# allow bumping the minor release via label
minor_bump_labels:
- - "Expeditor: Bump Minor Version"
+ - "Expeditor: Bump Version Minor"
+ major_bump_labels:
+ - "Expeditor: Bump Version Major"
changelog:
rollup_header: Changes not yet released to rubygems.org
@@ -30,7 +32,7 @@ merge_actions:
only_if: built_in:bump_version
- built_in:update_changelog:
ignore_labels:
- - "Expeditor: Exclude From Changelog"
+ - "Expeditor: Skip Changelog"
- "Expeditor: Skip All"
- built_in:build_gem:
only_if: built_in:bump_version