From ba371295ca60fb5a81aef3b015ba31724fcc73fc Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 22 Jul 2019 12:21:52 -0700 Subject: Add version tagging back It turns out we need this Signed-off-by: Tim Smith --- .expeditor/config.yml | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.2.1