release-update-notes
Update release notes for App Store and Google Play versions. Manage 'What's New' content across stores and locales to inform users about app updates.
Instructions
Update release notes (What's New) for App Store/Google Play version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | Registered app slug | |
| packageName | No | Google Play package name | |
| bundleId | No | App Store bundle ID | |
| store | No | Target store (default: both) | |
| versionId | No | App Store version ID (auto-detects editable version if not specified) | |
| whatsNew | No | Release notes by locale (e.g., { "en-US": "Bug fixes", "ko": "Bug fixes" }) | |
| text | No | Source text to translate to all supported languages | |
| sourceLocale | No | Source locale (default: en-US) |