summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-01-16 09:55:15 -0800
committerTim Smith <tsmith@chef.io>2019-01-16 09:55:15 -0800
commitf5ba73117b9afb933cea28e406fbe10dbbeb363f (patch)
treec97049dbacfbca3a1263f45ac81e9d4f5c58acbf /.expeditor
parenta8af69ab676ee24442c5f5fa70d69c3eb2e0f45a (diff)
downloadwmi-lite-f5ba73117b9afb933cea28e406fbe10dbbeb363f.tar.gz
Unpin bundler dev dep
This allows us to test this gem on Bundler 2.x installs. I also updated the travis and expeditor configs a bit while I was in here. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r--.expeditor/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index b7e09b0..185f96e 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -15,7 +15,7 @@ github:
version_tag_format: "v{{version}}"
# allow bumping the minor release via label
minor_bump_labels:
- - "Expeditor: Bump Minor Version"
+ - "Expeditor: Bump Version Minor"
changelog:
rollup_header: Changes not yet released to rubygems.org
@@ -30,7 +30,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