Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

bump

[bundle exec] fastlane bump

Bump version across package.json, Android build.gradle, and iOS project

Usage: fastlane bump [type:patch|minor|major]


Android

android build

[bundle exec] fastlane android build

Build a signed release AAB locally - NO upload. Artifact for testing the pipeline.

android beta

[bundle exec] fastlane android beta

Build a dev/beta AAB and upload to the Play Store internal track

android release

[bundle exec] fastlane android release

Build a production AAB and upload to the Play Store production track

android metadata

[bundle exec] fastlane android metadata

Push Android store listing text + images (no build)


iOS

ios build

[bundle exec] fastlane ios build

Build a signed release IPA locally - NO upload. Artifact for testing the pipeline.

ios beta

[bundle exec] fastlane ios beta

Build and upload to TestFlight

ios release

[bundle exec] fastlane ios release

Build and upload to the App Store

ios metadata

[bundle exec] fastlane ios metadata

Push App Store listing metadata (no build)


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.