Skip to content

Commit a8ba799

Browse files
committed
♻️ - Add emoji to release script
1 parent f4abc80 commit a8ba799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ cargo build
2222

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

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

3030
# push the changes
3131
git push origin master

0 commit comments

Comments
 (0)