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 android deploy_playstore
Upload APK to Play Store, in production track with a very small rollout percentage
[bundle exec] fastlane android update_release_notes_playstore
Update Play Store release notes
[bundle exec] fastlane android update_release_notes_github
Update GitHub release notes
[bundle exec] fastlane android deploy_dogfood
Upload APK to Play Store internal testing track
[bundle exec] fastlane android deploy_github
Deploy APK to GitHub
[bundle exec] fastlane android release
Create new release
[bundle exec] fastlane android hotfix-start
Start new hotfix
[bundle exec] fastlane android hotfix-finish
Finish a hotfix in progress
[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.