chore: tag 2.x releases appropriately

This commit is contained in:
Daniel Roe 2023-02-03 12:54:28 +00:00
parent 6dc6cef9ab
commit aba93e9a95

View File

@ -8,7 +8,7 @@ fi
yarn build
./scripts/workspace-run npm publish -q
./scripts/workspace-run npm publish --tag 2.x -q
git tag -a v$1 -m v$1
git push --tags