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 release
  • ota: 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.json is the editable plan on dev
  • pnpm bump runs apps/mobile/scripts/apply-release-config.ts
  • that script writes apps/mobile/release.json for the new version and resets the plan back to a safe default
  • GitHub Actions reads apps/mobile/release.json after merge to decide which pipelines to trigger

Pre-flight checks

Related skills
Installs
3
Repository
rssnext/folo
GitHub Stars
38.2K
First Seen
Apr 3, 2026