Skip to content

Commit 95c2c84

Browse files
committed
chore: update test-utils release script
1 parent 5a67f4d commit 95c2c84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/test-utils/scripts/release.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
2121
git add -A
2222
git add -f \
2323
dist/*.js
24-
git commit -m "build: $VERSION"
25-
npm version $VERSION --message "release: $VERSION"
24+
git commit -m "build: test-utils $VERSION"
25+
npm version $VERSION --message "release: test-utils $VERSION"
2626

2727
# publish
2828
git push origin refs/tags/v$VERSION

0 commit comments

Comments
 (0)