summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-11-15 11:25:00 -0800
committerTim Smith <tsmith@chef.io>2018-11-15 11:25:00 -0800
commit0b6d476896c092417dd11daaf66f33a7d8254b31 (patch)
tree96c29095adcd66b868e8c03dd99c800c0f05d4aa
parentaa5bf2ceaa5fc429cb9d34f67da6d1ed89c1e2b4 (diff)
downloadchef-zero-0b6d476896c092417dd11daaf66f33a7d8254b31.tar.gz
Update expeditor for standard labels
Use our standard config 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 6c03df3..03f8478 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:
+ - chef-zero
+
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:
- - chef-zero
-
+# 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: