Skip to content

chore(release): key the Play notes to 1.1.1 (10101) - #161

Merged
emir-hasanbegovic merged 1 commit into
mainfrom
fix/release-1.1.1-notes
Aug 17, 2026
Merged

chore(release): key the Play notes to 1.1.1 (10101)#161
emir-hasanbegovic merged 1 commit into
mainfrom
fix/release-1.1.1-notes

Conversation

@emir-hasanbegovic

Copy link
Copy Markdown
Contributor

The 1.1.1 tag run (32050347830) confirmed the cosign 2.6.5 fix: harden and SLSA provenance are green. Two jobs still failed, only one of them ours:

  • Upload AAB to Google Play: the metadata gate wants changelogs/10101.txt (tag 1.1.1 derives versionCode 10101), but fix(release): unblock the 1.1.0 release (Play 10100 notes + cosign 2.6.5) #160 keyed the notes as 10100 for the abandoned 1.1.0 tag. This PR renames them in all 5 locales (content unchanged) and retitles the CHANGELOG section to 1.1.1. Validated locally: EXPECTED_VERSION_CODE=10101 python scripts/check_play_metadata.py reports 0 errors.
  • Publish to GitHub Releases: No server is currently available to service your request is the ongoing GitHub outage, not a repo problem. No change needed; the rerun after re-tagging covers it.

Re-releasing after merge (once GitHub recovers)

git fetch origin
git tag -f 1.1.1 origin/main
git push origin 1.1.1 --force

Nothing shipped from the failed 1.1.1 run (no Play upload, no GitHub release), so moving the tag is clean. If you would rather cut 1.1.2 instead, rename the five files to 10102.txt first; the gate keys on the exact tag-derived versionCode. The stray 1.1.0 tag still points at the broken snapshot and can be deleted.

1.1.0 never shipped; the release went out as 1.1.1 but the Play notes
were keyed 10100, so the metadata gate blocked the upload again. Key
them 10101 and retitle the CHANGELOG section. The GitHub Releases
failure in the same run was a GitHub outage, not a repo problem.
@emir-hasanbegovic
emir-hasanbegovic merged commit fdb62d9 into main Aug 17, 2026
9 checks passed
@emir-hasanbegovic
emir-hasanbegovic deleted the fix/release-1.1.1-notes branch August 17, 2026 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant