summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-06-24 11:32:44 -0700
committerTim Smith <tsmith84@gmail.com>2019-06-24 11:32:44 -0700
commit7e0dc7e7dec232d3b4f74f7e9bde422f4334aaa8 (patch)
tree55cd8dacc144d05234426fb043ce1a8b502b455d /.expeditor
parent065279661e0a99ade524de7549fa3e1eaf00b453 (diff)
downloadohai-7e0dc7e7dec232d3b4f74f7e9bde422f4334aaa8.tar.gz
Add tagging back to the expeditor config
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r--.expeditor/config.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index dd916047..b85946ce 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -4,7 +4,6 @@
slack:
notify_channel: chef-infra-notify
-# Which Ruby Gems, built when the Omnibus package is built, to publish to rubygems.org
# This publish is triggered by the `built_in:publish_rubygems` artifact_action.
rubygems:
- ohai
@@ -12,6 +11,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"