Skip to content

Commit 99c6102

Browse files
committed
v2.1
1 parent f7875e8 commit 99c6102

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

maven-release.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/sh
2-
branch_to_release="feature/maven"
2+
3+
# Usage: ./maven-release.sh v2.0 2.1-SNAPSHOT 2.0
4+
5+
branch_to_release="master"
36

47
echo "Switching to the release branch..."
58
git fetch
@@ -38,4 +41,4 @@ echo "Push the new release tag..."
3841
git push --tags
3942

4043
echo "Push release commits..."
41-
git push
44+
git push

0 commit comments

Comments
 (0)