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 d236b3f commit 6a541b7Copy full SHA for 6a541b7
scripts/craft-pre-release.sh
@@ -7,4 +7,4 @@ OLD_VERSION="${1}"
7
NEW_VERSION="${2}"
8
# Do not tag and commit changes made by "npm version"
9
export npm_config_git_tag_version=false
10
-yarn lerna version --exact --no-git-tag-version --no-push -y --include-merged-tags "${NEW_VERSION}"
+yarn lerna version --exact --no-git-tag-version --no-push --include-merged-tags -y "${NEW_VERSION}"
0 commit comments