Skip to content

Commit 5a5b334

Browse files
committed
Dev script: include RC name in git tag
1 parent 43e4a29 commit 5a5b334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/create-release/create-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ USER_NAME=pwendell
3535

3636
set -e
3737

38-
GIT_TAG=v$RELEASE_VERSION
38+
GIT_TAG=v$RELEASE_VERSION-$RC_NAME
3939

4040
# Artifact publishing
4141

0 commit comments

Comments
 (0)