We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a3008 commit 2e8d99bCopy full SHA for 2e8d99b
release.sh
@@ -61,6 +61,7 @@ branch()
61
echo "In order to create stable branch you have to be on trunk!"
62
exit 1
63
fi
64
+ git tag "${BRANCH}-branchpoint"
65
git checkout -b $BRANCH
66
else
67
detect_current_branch
0 commit comments