We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549359b commit 59effa6Copy full SHA for 59effa6
dev/bump-version
@@ -11,7 +11,7 @@ NEW_VERSION="$1"
11
12
echo "Updating package.json."
13
yarn version --no-git-tag-version --new-version "$NEW_VERSION"
14
-git commit -am "Release v$NEW_VERSION."
+git commit -am "Release v$NEW_VERSION." --allow-empty
15
16
# Commit and tag new version
17
VERSION_TAG="v$NEW_VERSION"
0 commit comments