bundle exec fastlane update_hybrid_common version:x.x.x
to set the purchases-hybrid-common version number.- Update CHANGELOG.latest.md with the changes for the current version (to be used by Fastlane for the github release notes).
bundle exec fastlane bump_and_update_changelog version:x.x.x
to set the version number.- Update versions in VERSIONS.md.
- Run
npm run build
- Open a PR from branch
release/x.x.x
againstmain
- Merge to
main
and pull from your machine git tag x.y.z
git push origin --tags
- Create a new release in github and upload
npm publish