Skip to content

Commit 2e8d99b

Browse files
committed
Create BRANCH-branchpoint tag while creating new stable branch
1 parent a7a3008 commit 2e8d99b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release.sh

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ branch()
6161
echo "In order to create stable branch you have to be on trunk!"
6262
exit 1
6363
fi
64+
git tag "${BRANCH}-branchpoint"
6465
git checkout -b $BRANCH
6566
else
6667
detect_current_branch

0 commit comments

Comments
 (0)