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 ee76f17 commit 21aa9ccCopy full SHA for 21aa9cc
1 file changed
release
@@ -14,7 +14,7 @@ TAG="${1:-next}"
14
# Only shift if there's something to shift
15
if [ "x$1" != "x" ]; then shift; fi;
16
17
-npx lerna publish --exact --npm-tag="$TAG" "$@"
+npx lerna publish --exact --dist-tag="$TAG" "$@"
18
yarn run changelog
19
git add CHANGELOG.md
20
git commit -m"chore: update CHANGELOG"
0 commit comments