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
Android
android deploy_playstore
[bundle exec] fastlane android deploy_playstore
Upload APK to Play Store, in production track with a very small rollout percentage
android deploy_dogfood
[bundle exec] fastlane android deploy_dogfood
Upload APK to Play Store internal testing track
android deploy_github
[bundle exec] fastlane android deploy_github
Deploy APK to GitHub
android release
[bundle exec] fastlane android release
Create new release
android hotfix-start
[bundle exec] fastlane android hotfix-start
Start new hotfix
android hotfix-finish
[bundle exec] fastlane android hotfix-finish
Finish a hotfix in progress
android asana_release_prep
[bundle exec] fastlane android asana_release_prep
Prepares the Asana release board with a new release task, tags tasks waiting for release etc..
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.