chore(release): v0.4.13 (versionCode 40) — waitlist retry queue - #166
Merged
Conversation
AGE-100 asks for the post-release mailto count "split by app version where the mail body allows it". It did not allow it: the body was "Sign me up!\n\nEmail: x" and nothing else, so a mail from an unreachable pre-v0.4.8 sideload is byte-identical to one from a current build whose retry queue leaked. Those two readings have opposite meanings — the first is the known permanent cohort, the second is a defect. Now the escape hatch appends "App: OpenCode Mobile v<version>" (app.json, same source Sentry uses). Absence of the line == pre-v0.4.13 build. waitlist.ts stays free of react-native/JSON imports; the screen injects the version. Co-Authored-By: Paperclip <noreply@paperclip.ing>
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.
Cuts the release that carries
2f81d34(#165) to users. Until this ships to the Play production track, nobody is running the waitlist retry queue — the fix only exists onmain.Changes
package.json/app.json/android/app/build.gradle->0.4.13, versionCode40(parity gate passes)distribution/changelogs/40.txt,fastlane/metadata/android/en-US/changelogs/40.txt,distribution/whatsnew/whatsnew-en-USVerification
npm run check:versions->Version metadata aligned: 0.4.13 (40)npm run typecheck-> cleannode --test src/lib/waitlist*.test.ts-> 29 passRelease path
Merge -> tag
v0.4.13-> dispatchpublish-play-store.ymlwithtrack=production(tag push alone only uploads tointernal). Play's real versionCode isgithub.run_number + 100, recorded on the tracking issue after the run.Ref: AGE-100