Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 426 Bytes

MAINTAINERS.md

File metadata and controls

6 lines (5 loc) · 426 Bytes

How To Release A New Version

  1. Make sure all tests are passing and build is commited yarn build
  2. Depending upon the changes, decide if it is a major/minor/patch release. Read more about semantic versioning.
  3. git changelog to auto generate changelog. Look at CHANGELOG.md and edit the changes + version number.
  4. yarn version --major|minor|patch to bump version, create a tag and publish.