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

View File

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