Skip to content

Commit aba93e9

Browse files
committed
chore: tag 2.x releases appropriately
1 parent 6dc6cef commit aba93e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release-publish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fi
88

99
yarn build
1010

11-
./scripts/workspace-run npm publish -q
11+
./scripts/workspace-run npm publish --tag 2.x -q
1212

1313
git tag -a v$1 -m v$1
1414
git push --tags

0 commit comments

Comments
 (0)