summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-07-22 12:21:52 -0700
committerTim Smith <tsmith84@gmail.com>2019-08-06 20:33:17 -0700
commitfc26f4af81bd3b31dd41fc12ece770a0ced7d42f (patch)
tree6e07b23718e231c6b945019a183ec3fe0b9554de
parentadefcc42a66ec9c95ba910232ab5440378c72a00 (diff)
downloadmixlib-authentication-fc26f4af81bd3b31dd41fc12ece770a0ced7d42f.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"