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 1c8f4e5 commit 67e5642Copy full SHA for 67e5642
1 file changed
scripts/release.sh
@@ -53,7 +53,7 @@ if ! git diff --staged --quiet; then
53
exit 1
54
fi
55
56
-# Tag latest commit
+echo "Tagging latest commit..."
57
git tag "v$PKG_VERSION" -m "Release: $PKG_VERSION"
58
59
echo "Please don't forget to push with --tags"
0 commit comments