Skip to content

Commit 3809f26

Browse files
Update release script
1 parent 4914ca5 commit 3809f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ then
1111

1212
# commit
1313
git add -A
14-
git commit -m "[build] $VERSION"
14+
git commit --allow-empty -m "[build] $VERSION"
1515
npm version $VERSION --message "[release] $VERSION"
1616

1717
# publish

0 commit comments

Comments
 (0)