Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 644 Bytes

RELEASE.md

File metadata and controls

15 lines (11 loc) · 644 Bytes

How to release

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

Releasing the project requires these steps:

  1. Verify the version number in package.json
  2. Check for lint: npm run lint
  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 to the next minor version in package.json