- fastlane: Appfile/Fastfile/Gemfile with deploy_play lane (AAB -> Play internal track) - CI: tag-gated build:android (signed AAB/APK from CI secrets) + deploy:play jobs - F-Droid: fdroiddata build recipe at docs/fdroid/org.comunes.tane.yml - Play compliance: Data Safety / content-rating answer sheet (docs/legal/internal) - docs/release.md: automated tag-triggered flow, dedicated tane-upload keystore - pubspec: description now mentions the market, not just the inventory
5 lines
200 B
Ruby
5 lines
200 B
Ruby
# Ruby toolchain for release automation (fastlane supply -> Google Play).
|
|
# Run from apps/app_seeds/: bundle install && bundle exec fastlane deploy_play
|
|
source "https://rubygems.org"
|
|
|
|
gem "fastlane"
|