Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 1.51 KB

README.md

File metadata and controls

66 lines (41 loc) · 1.51 KB

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_firebase

[bundle exec] fastlane android deploy_firebase

prepares release notes based on JIRA tickets in commits since the last release, uploads the build to firebase and adds a JIRA comment to every mentioned issue with build version, link to bitrise and link to firebase

android deploy_google_alpha

[bundle exec] fastlane android deploy_google_alpha

prepares release for google play

android deploy_google_play

[bundle exec] fastlane android deploy_google_play

promotes latest alpha build to production

android check_google_play_version

[bundle exec] fastlane android check_google_play_version

checks current version in google play alpha

android verify_build_in_google_play

[bundle exec] fastlane android verify_build_in_google_play

verifies aab and metadata using fastlane deliver and checks for common errors


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.