mirror of
https://github.com/openMF/mobile-wallet.git
synced 2026-02-06 11:36:57 +00:00
* Chore: Updated Fastlane and CI for release This commit adds Fastlane for automating the Android release process and configures CI for internal, beta, and production releases using GitHub Actions. The following changes were made: - Added Fastlane configuration files for building, testing, and deploying the app. - Added GitHub Actions workflows for triggering internal, beta, and production releases. - Updated .gitignore to exclude Fastlane report files. - Updated dependency versions in Gemfile.lock. - Added a README for Fastlane. - Updated the make_site workflow to trigger on released releases instead of published releases.
1.3 KiB
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
Android
android deploy_internal
[bundle exec] fastlane android deploy_internal
Deploy internal tracks to Google Play
android promote_to_beta
[bundle exec] fastlane android promote_to_beta
Promote internal tracks to beta on Google Play
android promote_to_production
[bundle exec] fastlane android promote_to_production
Promote beta tracks to production on Google Play
iOS
ios build_ios
[bundle exec] fastlane ios build_ios
Build iOS application
ios distribute_ios_app
[bundle exec] fastlane ios distribute_ios_app
Upload iOS application to Firebase App Distribution
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.