summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-08-06 21:02:54 -0700
committerTim Smith <tsmith84@gmail.com>2019-08-06 21:02:54 -0700
commitcdb6b5c46072f782e241cddb318e0e9c71c7396b (patch)
tree6633c258caf728eebf6ebd7be9336e2696130943
parent01b46cf6efe0b0ba5fa0458e1c33a99945a6e5e7 (diff)
downloadmixlib-log-cdb6b5c46072f782e241cddb318e0e9c71c7396b.tar.gz
Add tagging config in expeditor
Turns out we need this Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/config.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 330b6a5..5283bc0 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
@@ -11,6 +12,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"