build(release): use different commit message

This commit is contained in:
Elian Doran 2025-02-22 14:02:13 +02:00
parent 8390807212
commit 899ad6450a
No known key found for this signature in database

View File

@ -40,7 +40,7 @@ TAG=v$VERSION
echo "Committing package.json version change" echo "Committing package.json version change"
git commit -m "release $VERSION" git commit -m "chore(release): $VERSION"
git push git push
echo "Tagging commit with $TAG" echo "Tagging commit with $TAG"