mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-04-19 06:23:12 -04:00
Configures fastlane to automate our current release process of making a git tag, making a git release, building, and pushing to the Play Store internal track and Testflight. See README.md for details on setup and usage. Co-authored-by: Amanda Bullington <albullington@gmail.com>
1.3 KiB
1.3 KiB
fastlane documentation
Installation
Make sure you have the latest version of the Xcode command line tools installed:
xcode-select --install
For fastlane installation instructions, see Installing fastlane
Available Actions
tag
[bundle exec] fastlane tag
build
[bundle exec] fastlane build
clean
[bundle exec] fastlane clean
release
[bundle exec] fastlane release
internal
[bundle exec] fastlane internal
beta
[bundle exec] fastlane beta
prod
[bundle exec] fastlane prod
Android
android build
[bundle exec] fastlane android build
android clean
[bundle exec] fastlane android clean
iOS
ios build
[bundle exec] fastlane ios build
ios clean
[bundle exec] fastlane ios clean
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.