Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 234 Bytes

RELEASE.md

File metadata and controls

13 lines (9 loc) · 234 Bytes

Release

New Version

  • Make changes and commit/merge to main
  • npm version major|minor|patch
  • git push && git push --tags
  • npm publish

Canary

  • npm version prerelease --preid=canary
  • npm publish --tag canary