- Submit new PR
- Merge PR to main branch
- The build will run and push a new pre-release version to NPM, so you can install and test your changes
- Checkout to main branch
- Run
npm version [major|minor|patch]
. We should follow semver for versioning - Run
git push --tags
- The build will run and publish a new stable version to NPM.