Skip to content

Commit

Permalink
fix bump version script
Browse files Browse the repository at this point in the history
  • Loading branch information
azuline committed Apr 26, 2024
1 parent 4968bda commit 7881368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bump_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ git diff --exit-code
echo "$version" > "$ROSE_ROOT/rose/.version"
git add .
git commit -am "[Release] v$version - $message"
git tag "$version" HEAD -m "v$version"
git tag "v$version" HEAD -m "v$version"
git push origin "v$version"
git checkout release
git reset --hard "v$version"
Expand Down

0 comments on commit 7881368

Please sign in to comment.