summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-12-06 13:50:54 -0800
committerTim Smith <tsmith@chef.io>2018-12-06 13:50:54 -0800
commit6c14bb2ba366c1115714b8f3ff35c5d1e06bcd36 (patch)
treed392b9cc8ece48c7bc7b7503de60672be55d173f
parentcbd1ca4925c793f60e80a8fdb1e5d6aa9f93559a (diff)
downloadmixlib-config-6c14bb2ba366c1115714b8f3ff35c5d1e06bcd36.tar.gz
Modernize the expeditor config
Use the latest labels and such Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/config.yml26
1 files changed, 16 insertions, 10 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 17baaec..1a078cb 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -1,33 +1,39 @@
+# Documentation available at https://expeditor.chef.io/docs/getting-started/
---
+# Slack channel in Chef Software slack to send notifications about build failures, etc
slack:
notify_channel: chef-notify
+# This publish is triggered by the `built_in:publish_rubygems` artifact_action.
+rubygems:
+ - mixlib-config
+
github:
+ # This deletes the GitHub PR branch after successfully merged into the release branch
+ delete_branch_on_merge: true
+ # The tag format to use (e.g. v1.0.0)
version_tag_format: "v{{version}}"
+ # allow bumping the minor release via label
minor_bump_labels:
- - "Version: Bump Minor"
+ - "Expeditor: Bump Minor Version"
changelog:
rollup_header: Changes not yet released to rubygems.org
-rubygems:
- - mixlib-config
-
+# These actions are taken, in order they are specified, anytime a Pull Request is merged.
merge_actions:
- built_in:bump_version:
ignore_labels:
- - "Version: Skip Bump"
+ - "Expeditor: Skip Version Bump"
- "Expeditor: Skip All"
- bash:.expeditor/update_version.sh:
- only_if:
- - built_in:bump_version
+ only_if: built_in:bump_version
- built_in:update_changelog:
ignore_labels:
- - "Changelog: Skip Update"
+ - "Expeditor: Exclude From Changelog"
- "Expeditor: Skip All"
- built_in:build_gem:
- only_if:
- - built_in:bump_version
+ only_if: built_in:bump_version
promote:
actions: