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 f2100d7 commit a3e478bCopy full SHA for a3e478b
1 file changed
release
@@ -9,7 +9,9 @@ echo "PREPACKING"
9
echo "TEST"
10
npx lerna run --concurrency 1 test
11
12
-npx lerna publish --exact --npm-tag="${1:-next}" "$@"
+TAG="${1:-next}"
13
+shift
14
+npx lerna publish --exact --npm-tag="$TAG" "$@"
15
yarn run changelog
16
git add CHANGELOG.md
17
git commit -m"chore: update CHANGELOG"
0 commit comments