Skip to content

Commit e877157

Browse files
committed
Update release script
1 parent 9e1ca90 commit e877157

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

scripts/release.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ if ! git diff --staged --quiet; then
5353
exit 1
5454
fi
5555

56-
# Do the release commit and tag it
57-
git commit --allow-empty -m "Release: $PKG_VERSION"
56+
# Tag latest commit
5857
git tag "v$PKG_VERSION" -m "Release: $PKG_VERSION"
5958

6059
echo "Please don't forget to push with --tags"
60+
echo "Few more things:"
61+
echo " - Make sure haskell-debugger-view was manually uploaded if there should be a new release."

0 commit comments

Comments
 (0)