Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 782 Bytes

RELEASE.md

File metadata and controls

17 lines (13 loc) · 782 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. grunt build (make sure it passes)
  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 installation documentation in README (jsdelivr link).
  6. Update master to a new minor version