Make sure you have the latest version of the Xcode command line tools installed:
xcode-select --install
For fastlane installation instructions, see Installing fastlane
[bundle exec] fastlane bump
Bump version, edit changelog, and create pull request
[bundle exec] fastlane update_version
Update version number in all files that need to be updated
[bundle exec] fastlane automatic_bump
Automatically bumps version, edit changelog, and create pull request
[bundle exec] fastlane github_release
Make github release
[bundle exec] fastlane release
Creates GitHub release and publishes react-native-purchases and react-native-purchases-ui
[bundle exec] fastlane build_example
Build example
[bundle exec] fastlane update_hybrid_common
Update purchases-hybrid-common version, pushes changes to a new branch if open_pr option is true
[bundle exec] fastlane generate_docs
Generate docs
[bundle exec] fastlane tag_current_branch
Tag current branch with current version number
[bundle exec] fastlane trigger_bump
Trigger bump
This README.md is auto-generated and will be re-generated every time fastlane is run.
More information about fastlane can be found on fastlane.tools.
The documentation of fastlane can be found on docs.fastlane.tools.