We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad8778 commit 1e7feadCopy full SHA for 1e7fead
scripts/deploy.sh
@@ -31,7 +31,7 @@ echo "updating README.md with the new version $new_tag"
31
./scripts/update_readme.sh $new_tag
32
echo "README.md updated with the new version $new_tag"
33
git add README.md
34
-git commit -m "bump version to $new_tag" -a
+git commit -m "📼 bump version to $new_tag" -a
35
git push origin main
36
37
# create a tag
0 commit comments