Skip to content

Commit

Permalink
chore: add empty message to git tag release script
Browse files Browse the repository at this point in the history
  • Loading branch information
tqwewe committed Oct 17, 2024
1 parent 4a551c3 commit c093fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ git commit -m "chore: bump to version $NEW_VERSION"
git push origin main

echo "Creating git tag v$NEW_VERSION and pushing to remote"
git tag -a "v$NEW_VERSION"
git tag -a "v$NEW_VERSION" -m ""
git push origin "v$NEW_VERSION"

echo "Creating CHANGELOG-Release.md for release notes"
Expand Down

0 comments on commit c093fdf

Please sign in to comment.