Skip to content

Commit

Permalink
♻️ - Add emoji to release script
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrolich committed Apr 15, 2024
1 parent f4abc80 commit a8ba799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ cargo build

# commit the changes with the version
git add Cargo.toml package.json Cargo.lock
git commit -m "Release v$1"
git commit -m ":rocket: - Release v$1"

# tag current commit with the first argument
git tag -a v$1 -m "Release v$1"
git tag -a v$1 -m ":rocket: - Release v$1"

# push the changes
git push origin master
Expand Down

0 comments on commit a8ba799

Please sign in to comment.