Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 592 Bytes

RELEASE.md

File metadata and controls

14 lines (10 loc) · 592 Bytes

How to Release

This project is hosted on NPM. You can see it here.

Releasing the project requires these steps:

  1. Set the version number in the code
  2. Use a GitHub project release to release the project and tag (be sure it follows semver)
  3. npm publish (make sure it's uploaded to npm)
  4. Update master to a new minor version