We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4595318 commit a2b420eCopy full SHA for a2b420e
1 file changed
.github/scripts/release.sh
@@ -43,8 +43,6 @@ if [ "$BRANCH" != "$RELEASE_BRANCH" ]; then
43
fi
44
git push $DRYRUN --atomic --set-upstream origin $RELEASE_BRANCH
45
git checkout $BRANCH
46
-else
47
- git tag -f v_$BASE
48
49
50
if [ "$TYPE" == "MAJOR" ] || [ "$TYPE" == "MINOR" ]; then
@@ -60,4 +58,3 @@ git commit -m "[Automated] Bump dev version to ${CANDIDATE}"
60
58
61
59
git push $DRYRUN --atomic --set-upstream origin $BRANCH
62
git push $DRYRUN -f --atomic --tags
63
-
0 commit comments