Skip to content

fix(ci): add changelog 35 and auto-fallback for version code mismatches#76

Merged
inventory69 merged 1 commit into
mainfrom
feature/ci-changelog-fix
May 16, 2026
Merged

fix(ci): add changelog 35 and auto-fallback for version code mismatches#76
inventory69 merged 1 commit into
mainfrom
feature/ci-changelog-fix

Conversation

@inventory69
Copy link
Copy Markdown
Owner

Summary

  • Adds missing 35.txt changelog files (copy of 34.txt) for en-US and de-DE to unblock the current v2.5.1 production release.
  • Adds a new workflow step "Ensure changelog exists for version code" that automatically copies the latest existing changelog to the current version code if the exact file is absent — prevents empty release notes on any future version code bump.

Root cause

Version code was bumped 34 → 35 to work around a consumed-but-uncommitted Play Store edit. The changelog files were only named 34.txt, so the upload for code 35 had no release notes.

Version code 35 was missing changelog files (only 34.txt existed)
because the version code was bumped after a failed API upload.

Two fixes:
- Copy 34.txt → 35.txt for en-US and de-DE (unblocks current release)
- Add "Ensure changelog exists" workflow step that automatically copies
  the latest existing changelog to the current version code if the exact
  file is absent, preventing empty release notes on future code bumps.
@inventory69 inventory69 merged commit a7be571 into main May 16, 2026
1 check passed
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