feat(release): automate store publishing (fastlane supply + GitLab CI) and F-Droid recipe
- 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
This commit is contained in:
parent
dc0d18562f
commit
fd6b9d5f0d
9 changed files with 361 additions and 28 deletions
5
apps/app_seeds/Gemfile
Normal file
5
apps/app_seeds/Gemfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue