Skip to content

Commit

Permalink
chore: update release script to automatically add tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Aug 10, 2023
1 parent 5cdea9b commit fad08d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ git diff .version helper/Cargo.toml
echo "Committing the above changes..."
git add .version helper/Cargo.toml
git commit -m "chore(release): v$next_version :tada:"
git tag -a "v$next_version" -m "Release v$next_version"

echo "Done, make sure to push the changes made"

0 comments on commit fad08d9

Please sign in to comment.