Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 364 Bytes

RELEASE.md

File metadata and controls

12 lines (11 loc) · 364 Bytes

Release Steps

  1. Update CHANGELOG.md
  2. Update verion in package.json
  3. npm install
  4. npm test
  5. npm run build
  6. Commit, push to master
  7. Create tag for version, push tags to master
  8. npm whoami and/or npm login
  9. npm publish
  10. Update release notes on the releases page (link to changelog).