Skip to content

Commit 59effa6

Browse files
committed
Allow empty commit
1 parent 549359b commit 59effa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/bump-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ NEW_VERSION="$1"
1111

1212
echo "Updating package.json."
1313
yarn version --no-git-tag-version --new-version "$NEW_VERSION"
14-
git commit -am "Release v$NEW_VERSION."
14+
git commit -am "Release v$NEW_VERSION." --allow-empty
1515

1616
# Commit and tag new version
1717
VERSION_TAG="v$NEW_VERSION"

0 commit comments

Comments
 (0)