mobile-release
Installation
SKILL.md
Mobile Release
Perform a mobile release from dev, with an explicit release-mode decision before the bump.
The skill must recommend one of these modes, explain why, ask the user to confirm, and then write apps/mobile/release-plan.json before running the bump:
store: normal App Store / Google Play releaseota: OTA-only publish, no store builds
Do not recommend or write any other mode. The current implementation only supports store and ota.
The CI release flow is file-driven:
apps/mobile/release-plan.jsonis the editable plan ondevpnpm bumprunsapps/mobile/scripts/apply-release-config.ts- that script writes
apps/mobile/release.jsonfor the new version and resets the plan back to a safe default - GitHub Actions reads
apps/mobile/release.jsonafter merge to decide which pipelines to trigger