feat(workout): surface store submission blockers

Record Google Play and App Store Connect submission targets as external mobile blockers, and make verification require those blockers to be acknowledged in the release kit.

req: examples/006
This commit is contained in:
slhx agent
2026-06-12 12:57:13 +02:00
parent 815392b232
commit f13e21868c
4 changed files with 22 additions and 8 deletions
+5 -4
View File
@@ -75,10 +75,11 @@ The command writes release-ready metadata, not store-signed binaries. That is th
honest boundary: producing `.aab`/`.apk` and `.ipa` files requires vendor SDKs,
signing credentials, and store accounts on the release machine.
Android blockers are reported when the Android SDK/JDK/signing key are not
visible. iOS blockers are reported when Xcode or the Apple signing team is not
visible. These blockers are copied into `BLOCKERS.md` so the release kit can be
reviewed without guessing what is still external. req: examples/006
Android blockers are reported when the Android SDK/JDK/signing key or Play
Console submission target are not visible. iOS blockers are reported when Xcode,
the Apple signing team, or the App Store Connect submission team are not visible.
These blockers are copied into `BLOCKERS.md` so the release kit can be reviewed
without guessing what is still external. req: examples/006
## What this does not add