Packages are only released from the main
branch after peer review.
- make sure you have the latest:
$ git checkout main
$ git pull
- make sure tests pass
$ npm test
- bump the version
$ npm version <major|minor|patch>
- push your tags:
$ git push origin main --follow-tags
CI will publish to npm when the build succeeds