Skip to content

Commit 67e5642

Browse files
committed
Tweak release script
Now it also echoes that the latest commit will be tagged, rather than doing it silently.
1 parent 1c8f4e5 commit 67e5642

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if ! git diff --staged --quiet; then
5353
exit 1
5454
fi
5555

56-
# Tag latest commit
56+
echo "Tagging latest commit..."
5757
git tag "v$PKG_VERSION" -m "Release: $PKG_VERSION"
5858

5959
echo "Please don't forget to push with --tags"

0 commit comments

Comments
 (0)