summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-07-22 12:21:52 -0700
committerTim Smith <tsmith84@gmail.com>2019-07-22 12:21:52 -0700
commitba371295ca60fb5a81aef3b015ba31724fcc73fc (patch)
tree8f7a640e5252a8063859a335b0fe5b252959cbf9
parent1d3ec08790a54a2a5b66fb3cc41cb66686f53117 (diff)
downloadmixlib-authentication-ba371295ca60fb5a81aef3b015ba31724fcc73fc.tar.gz
Add version tagging back
It turns out we need this Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/config.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 10cc24b..18f4252 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -11,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"