What problem does it solve? Releasing a new app version involves many error-prone manual steps: analyzing commits, choosing a SemVer bump, updating CHANGELOG.md and pubspec.yaml, writing bilingual release notes, creating F-Droid changelogs, and tagging in git. This Skill orchestrates the entire release pipeline so nothing is forgotten. ## Core Features & Use Cases - Change Analysis & Version Suggestion: Scans commits since the last tag and the [Unreleased] CHANGELOG section, then suggests a SemVer bump (patch/minor/major) with reasoning and asks for confirmation. - Multi-File Version Propagation: Updates CHANGELOG.md, pubspec.yaml (version+build number), the landing page docs/index.html, the in-app assets/whats_new.md dialog, and creates fastlane/metadata/android/en-US/changelogs/N.txt for IzzyOnDroid/F-Droid. - Bilingual Release Notes & Git Tagging: Generates user-facing English and Russian release notes, commits all changes, creates an annotated git tag with the notes, and pushes to trigger the CI release workflow. - Use Case: After merging features for a Flutter app, run the release process to go from a clean working tree to a pushed v0.10.0 tag with GitHub Actions building Windows and Android artifacts automatically. ## Quick Start Run the release process to analyze my changes since the last tag, suggest a new version, update all changelogs, and push the release tag.