Skip to content

Commit

Permalink
update bump_version script to push master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
azuline committed May 6, 2024
1 parent 948351d commit 8701b88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bump_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ echo "$version" > "$ROSE_ROOT/rose/.version"
git add .
git commit -am "[Release] v$version - $message"
git tag "v$version" HEAD -m "v$version"
git push origin master
git push origin "v$version"
git checkout release
git reset --hard "v$version"
Expand Down

0 comments on commit 8701b88

Please sign in to comment.