summaryrefslogtreecommitdiff
path: root/.expeditor/config.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-23 11:52:55 -0700
committerGitHub <noreply@github.com>2019-04-23 11:52:55 -0700
commitc78a3841449adf63a419c457eb0109e8d933a72e (patch)
tree19fec1f9928d010e1346b59982b743540c083e52 /.expeditor/config.yml
parent7ad076b72d383f476f554dfc4821f5b9c02467aa (diff)
parent6345a1368e1de4b44fa26c40df7615d28894a9e4 (diff)
downloadmixlib-log-c78a3841449adf63a419c457eb0109e8d933a72e.tar.gz
Merge pull request #51 from chef/github
Expand testing / Update GitHub templates
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 fb57921..3e2b428 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