Skip to content

Commit

Permalink
chore: tag 2.x releases appropriately
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 3, 2023
1 parent 6dc6cef commit aba93e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-publish
Expand Up @@ -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

0 comments on commit aba93e9

Please sign in to comment.