Add Fastlane Google Play releases and automatic internal drafts - #13
Merged
Merged
Conversation
andre487
enabled auto-merge
September 26, 2026 16:34
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Google Play uploads for Message487 through Fastlane. The
play_releaselane uploads the signed AAB, matching R8 mapping and localized changelogs, defaulting to an internal draft. It supports offlinedry_run:trueand Google APIvalidate_only:true, with argument and credential validation.After a
v*tag builds verified artifacts and publishes the GitHub Release, the release workflow uploads the same artifacts to Google Play usingSUPPLY_JSON_KEY_DATA, scoped to that step. Release-check tags and manual workflow dispatch remain build-only. Manually creating a GitHub Release does not trigger this workflow. A Play upload failure leaves the already published GitHub Release available.Validation:
ruby scripts/test-play-release.rbpassed; regression checks are included in PR CI.git diff --checkpassed.validate_only:trueauthenticated successfully but Google rejected the AAB because versionCode 5 has already been used. No Play release was committed. The next upload needs a new versionCode and rebuilt artifacts.Updated English and Russian release instructions. The repository Actions secret is configured; key contents are not included in the repository.