Skip to content

Commit 512e039

Browse files
committed
include v prefix for tags
1 parent b63aa82 commit 512e039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e -x -u
55

66
VERSION=$1
77
BRANCH="release-jba-jbt-$VERSION"
8-
TAG=$VERSION-jba-jbt
8+
TAG=v$VERSION-jba-jbt
99
echo "Releasing version: $VERSION"
1010

1111
git stash

0 commit comments

Comments
 (0)