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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user