Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 169 Bytes

RELEASE.md

File metadata and controls

7 lines (7 loc) · 169 Bytes

npm version x.x.x --workspaces
git add .
git commit -m "Update version to x.x.x"
npm run build
npm publish --workspaces
git tag x.x.x
git push origin x.x.x