Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Latest commit

 

History

History
7 lines (6 loc) · 239 Bytes

RELEASE.md

File metadata and controls

7 lines (6 loc) · 239 Bytes

Releasing New Version

  1. Update CHANGELOG.md
  2. Update version in package.json and package-lock.json (the latter via npm install && npm run build)
  3. Commit as 'Preparing release vN.M.K'
  4. npm publish
  5. Create a release on GitHub