Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 600 Bytes

RELEASING.md

File metadata and controls

11 lines (11 loc) · 600 Bytes
  1. bundle exec fastlane update_hybrid_common version:x.x.x to set the purchases-hybrid-common version number.
  2. Update CHANGELOG.latest.md with the changes for the current version (to be used by Fastlane for the github release notes).
  3. bundle exec fastlane bump_and_update_changelog version:x.x.x to set the version number.
  4. Update versions in VERSIONS.md.
  5. Run npm run build
  6. Open a PR from branch release/x.x.x against main
  7. Merge to main and pull from your machine
  8. git tag x.y.z
  9. git push origin --tags
  10. Create a new release in github and upload
  11. npm publish