Skip to content

Commit 1279095

Browse files
committed
build: modify commit msg for release script
1 parent 719dcea commit 1279095

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ then
1717

1818
# commit
1919
git add -A
20-
git commit -m "Build for $VERSION"
21-
npm version $VERSION -m "Upgrade to $VERSION"
20+
git commit -m "build: build $VERSION"
21+
npm version $VERSION -m "build: release $VERSION"
2222

2323
# publish
2424
npm publish

0 commit comments

Comments
 (0)