| name | stroberi-release |
| description | Use when preparing or shipping a Stroberi app release with Expo/EAS, including version bumps, build numbers, and store submission steps. |
Stroberi Release
Overview
Use this skill for release operations that touch app.json, package.json, eas.json, build numbers, runtime version, or EAS build/submit flow.
Release Checklist
- Review
RELEASE_GUIDE.md.
- Bump release version intentionally:
app.json -> expo.version
package.json -> version
- Validate release safety:
yarn lint
yarn check:types
- Build via EAS (
production profile) and verify outputs.
- Commit any local version/build metadata changes generated by EAS.
Guardrails
- Do not run release version bumps for regular feature work.
- Keep
runtimeVersion compatibility in mind when deciding between store builds and OTA updates.
- Follow project channels in
eas.json (development, preview, production).