Files
iNaturalistReactNative/fastlane/README.md
Ken-ichi 90ff7a59c0 Fastlane setup for tagging, releasing, and internal testing (#118)
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>
2022-07-05 18:19:41 -07:00

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.