We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1ca90 commit e877157Copy full SHA for e877157
1 file changed
scripts/release.sh
@@ -53,8 +53,9 @@ if ! git diff --staged --quiet; then
53
exit 1
54
fi
55
56
-# Do the release commit and tag it
57
-git commit --allow-empty -m "Release: $PKG_VERSION"
+# Tag latest commit
58
git tag "v$PKG_VERSION" -m "Release: $PKG_VERSION"
59
60
echo "Please don't forget to push with --tags"
+echo "Few more things:"
61
+echo " - Make sure haskell-debugger-view was manually uploaded if there should be a new release."
0 commit comments