summaryrefslogtreecommitdiff
path: root/.expeditor/config.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-12-19 20:13:03 -0800
committerTim Smith <tsmith84@gmail.com>2019-12-19 20:13:03 -0800
commit26cb37535f4f1f46bf91469caa3fbc45738643de (patch)
tree82ea8cdcb485343bb99f9fbfe7503ad8a1c7df11 /.expeditor/config.yml
parent5804b90e01c461b2f264c95c6699edc4913e5908 (diff)
downloadmixlib-shellout-26cb37535f4f1f46bf91469caa3fbc45738643de.tar.gz
Test on Ruby 2.7 + random testing improvements
Update the Github templates to use multiple labels Use Gem caching our BK Add Ruby 2.7 testing Use Debian 10 Ruby containers not Debian 9 Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor/config.yml')
-rw-r--r--.expeditor/config.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 7032e6c..a3d4b3d 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -1,5 +1,6 @@
# 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-found-notify
@@ -12,6 +13,8 @@ rubygems:
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:
- "Expeditor: Bump Version Minor"