summaryrefslogtreecommitdiff
path: root/.expeditor/config.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-23 12:01:13 -0700
committerGitHub <noreply@github.com>2019-04-23 12:01:13 -0700
commit586275e4a4ec3a2ce7bbaf8ca7cef968fc08df9d (patch)
tree72f18c2952fd6c445636aa18907e8f5c2628619e /.expeditor/config.yml
parente78381fd5c2a9d723b63a24ca97aa21dafe18f8f (diff)
parent81ea20bbb6e4da0a0f143b6d4160a391b89fb3fd (diff)
downloadmixlib-authentication-586275e4a4ec3a2ce7bbaf8ca7cef968fc08df9d.tar.gz
Merge pull request #46 from chef/ruby24
Add back Ruby 2.4 support / update testing
Diffstat (limited to '.expeditor/config.yml')
-rw-r--r--.expeditor/config.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index e3dd427..4edf06f 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -15,7 +15,10 @@ github:
version_tag_format: "v{{version}}"
# allow bumping the minor release via label
minor_bump_labels:
- - "Expeditor: Bump Minor Version"
+ - "Expeditor: Bump Version Minor"
+ # allow bumping the major release via label
+ major_bump_labels:
+ - "Expeditor: Bump Version Major"
changelog:
rollup_header: Changes not yet released to rubygems.org
@@ -30,7 +33,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