Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 384 Bytes

COLLABORATOR_GUIDE.md

File metadata and controls

9 lines (7 loc) · 384 Bytes

Table of Contents

Releasing

  • Ensure the tests are passing on main
  • You may need to be granted npm publish permissions if this is your first time publishing. Try to get this working first!
  • Version on npm npm version [patch|minor|major]
  • Push changes from versioning to main, and the new tag you just created git push --follow-tags origin main.