ci: add changelog to Google Play uploads

Use whatsNewDirectory parameter to send fastlane changelogs
to Google Play for both alpha and production tracks.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Davide Ferrari
2026-01-19 10:19:19 +01:00
parent e78cc5e582
commit 4203962ce7

View File

@@ -87,6 +87,7 @@ jobs:
releaseFiles: app/build/outputs/bundle/release/app-release.aab
track: alpha
status: completed
whatsNewDirectory: fastlane/metadata/android
- name: Upload to Google Play (Production)
if: github.event_name == 'release' && env.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON != '' && vars.PLAY_STORE_PRODUCTION_ENABLED == 'true'
@@ -99,6 +100,7 @@ jobs:
releaseFiles: app/build/outputs/bundle/release/app-release.aab
track: production
status: completed
whatsNewDirectory: fastlane/metadata/android
- name: Upload APKs and AAB as artifacts
if: github.event_name == 'workflow_dispatch'