Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit bcb1d8e

Browse files
committed
fix: remove component prefix
1 parent 997289c commit bcb1d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/bump.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jq ".version = \"${version}\"" jsr.json >${tmp}
3535
mv ${tmp} jsr.json
3636

3737
git add .
38-
git commit -m "[peer] bump to ${version}"
38+
git commit -m "bump to ${version}"
3939
git tag ${version_tag}
4040

4141
echo "version bump has been commited and tagged"

0 commit comments

Comments
 (0)