summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-23 11:57:44 -0700
committerTim Smith <tsmith@chef.io>2019-04-23 11:57:44 -0700
commit81ea20bbb6e4da0a0f143b6d4160a391b89fb3fd (patch)
tree72f18c2952fd6c445636aa18907e8f5c2628619e /.expeditor
parente78381fd5c2a9d723b63a24ca97aa21dafe18f8f (diff)
downloadmixlib-authentication-81ea20bbb6e4da0a0f143b6d4160a391b89fb3fd.tar.gz
Add back Ruby 2.4 support / update testing
Add back Ruby 2.4 support Test on more versions in Appveyor Test on the latest ruby versions in Travis Add our full set of GitHub templates Enable issue locking Add a contributing file Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-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