release-app
Installation
SKILL.md
Release App
Automated Flutter release workflow: version bump → changelogs → build → deploy.
Execution Flow
0. Pre-flight
# Check current version
grep '^version:' pubspec.yaml
# Check uncommitted changes
git status
# Check project CLAUDE.md for project-specific deploy commands
# (fastlane lanes, build scripts, --dart-define-from-file, etc.)