npm login- Update CHANGELOG.md
- Run e2e and unit tests
- Commit and push changes
- Run version command:
npm version x.y.z -m "Release v%s"git push && git push --tags happens automatically right after version due to the package.json "postversion" script
- Run publish command:
npm publish --access public