summaryrefslogtreecommitdiff
path: root/.expeditor/config.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-08-07 09:49:52 -0700
committerGitHub <noreply@github.com>2019-08-07 09:49:52 -0700
commitc7756710233ef80e383ecabef25074f5b7968544 (patch)
treee184ac80d8abb766fb817c023a64f32bb029c4c5 /.expeditor/config.yml
parent51dcee25b0ae6e614e5ebbc42eca0e1e3041865b (diff)
parent76b305a788968538b5ce0c7223b8b0fe470f0c31 (diff)
downloadmixlib-log-c7756710233ef80e383ecabef25074f5b7968544.tar.gz
Merge pull request #56 from chef/bk_fixes
Add windows testing in Buildkite
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 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"