Skip to content

Commit 379e7a5

Browse files
committed
build: remove commit in build script
1 parent d83247f commit 379e7a5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build/release.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ then
1111
# run tests
1212
npm test 2>/dev/null
1313

14-
# commit
15-
git add -A
16-
git commit -m "[build] $VERSION"
1714
npm version $VERSION --message "[release] $VERSION"
1815

1916
# publish

0 commit comments

Comments
 (0)