Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 358 Bytes

MAINTAINERS.md

File metadata and controls

7 lines (5 loc) · 358 Bytes

Document for anyone who maintains this module (mostly myself)

Release + publishing steps

  1. Run npm run release, which will update the changelog and add a tagged git commit with the relevant version number
  2. Run git push and git push origin [TAG_NAME], or git push --follow-tags to update remote
  3. Run npm publish to update npm registry