What problem does it solve?
Publishing a new app version requires writing and translating release notes for every store and locale, a repetitive task where a missing locale can cause a hard publish failure. This Skill takes user-provided changelog copy and produces correctly formatted, localized release notes for each store's exact artifact format.
Core Features & Use Cases
- Google Play notes: Writes per-locale
production.txt files under androidApp/src/googlePlay/play/release-notes/, enforcing the 500-character limit per locale.
- App Store Connect notes: Uses
asc to discover each iOS and macOS version's actual localization set, updates each locale's whatsNew, and re-validates remotely.
- Microsoft Store notes: Updates
assets/storecopy/microsoft-store-release-notes.json so every Partner Center listing locale is covered, avoiding publish-time failures, and validates the JSON with jq.
- Use Case: You provide the English changelog for version 1.20 and ask for store notes; the Skill writes the Android locale files, updates iOS and macOS localizations via App Store Connect, and fills the Microsoft Store JSON for every configured locale.
Quick Start
Use the update-store-release-notes skill to publish these release notes across all store locales: [paste your changelog copy here].