aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bump-version.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bump-version.sh b/scripts/bump-version.sh
index 7f28180..83f6c92 100755
--- a/scripts/bump-version.sh
+++ b/scripts/bump-version.sh
@@ -6,7 +6,7 @@ VERSION="$1"
sed -i 's/"version": ".*"/"version": "'$VERSION'"/' package.json
git add package.json
-git commit -m "chore: bump version to v$VERSION"
+git commit -m "feat: bump version to v$VERSION"
git tag "v$VERSION"
echo "Bumped to v$VERSION"