Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 297 Bytes

RELEASE.md

File metadata and controls

11 lines (9 loc) · 297 Bytes

Release Checklist

Update version, tag, and publish

  • git checkout main
  • git pull origin
  • npm run version (version number updates automatically and will print to console)
  • git add . && git commit -m 'vA.B.C'
  • git tag vA.B.C
  • git push --tags
  • npm publish