From 899ad6450af4c0b70ed536016bcb82a7dc1866d3 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 22 Feb 2025 14:02:13 +0200 Subject: [PATCH] build(release): use different commit message --- bin/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/release.sh b/bin/release.sh index 74559a88c..042c3a5da 100755 --- a/bin/release.sh +++ b/bin/release.sh @@ -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"