Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 620 Bytes

RELEASE.md

File metadata and controls

15 lines (11 loc) · 620 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. npm run build (make sure no errors)
  3. Use a GitHub project release to release the project and tag (be sure it follows semver)
  4. npm publish (make sure it's uploaded to npm)
  5. Update master to a new minor version