Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 372 Bytes

RELEASE_PROCESS.md

File metadata and controls

7 lines (7 loc) · 372 Bytes
  • Bump the minor version for the addition of new features.
  • Bump the patch version for fixes to the existing features.
  • Update the version in package.json, this is the main library version.
  • Update the version in package-lock.json, which is used by npm install.
  • Commit and push the version change. Wait for a green build.
  • Tag the repo and push.
  • npm publish