Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 679 Bytes

CREATING_A_NEW_RELEASE.md

File metadata and controls

24 lines (17 loc) · 679 Bytes

Instructions for creating a new release

Check everything locally:

  • npm run test
  • npm run lint

Preparing the code

  • Bump version in package.json
  • git add
  • git commit
  • git push to branch
  • Get code review (branch protection) and then merge
  • wait for travis results just to be sure.

At this point people tracking main should already get the new version

Publish the release as a new version