Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 461 Bytes

RELEASE.md

File metadata and controls

15 lines (14 loc) · 461 Bytes

Release process

  1. Make sure you have a clean and up-to-date working directory pointing to master branch
  2. Create a new version. Try to follow Semantic Versioning.
    npm version [patch|minor|major]
  3. Publish version to npm. You will need to be logged in. Check npm adduser.
    npm publish
  4. Update demo page.
    npm run gh-pages