Skip to content

Commit a3e478b

Browse files
committed
chore: fix release script
1 parent f2100d7 commit a3e478b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

release

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ echo "PREPACKING"
99
echo "TEST"
1010
npx lerna run --concurrency 1 test
1111

12-
npx lerna publish --exact --npm-tag="${1:-next}" "$@"
12+
TAG="${1:-next}"
13+
shift
14+
npx lerna publish --exact --npm-tag="$TAG" "$@"
1315
yarn run changelog
1416
git add CHANGELOG.md
1517
git commit -m"chore: update CHANGELOG"

0 commit comments

Comments
 (0)