We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4abc80 commit a8ba799Copy full SHA for a8ba799
release.sh
@@ -22,10 +22,10 @@ cargo build
22
23
# commit the changes with the version
24
git add Cargo.toml package.json Cargo.lock
25
-git commit -m "Release v$1"
+git commit -m ":rocket: - Release v$1"
26
27
# tag current commit with the first argument
28
-git tag -a v$1 -m "Release v$1"
+git tag -a v$1 -m ":rocket: - Release v$1"
29
30
# push the changes
31
git push origin master
0 commit comments