update_release_notes
Replace an active release's localized release notes for a track, preserving version codes, status, and rollout. Fetch current notes with get_track, then update per-locale text.
Instructions
Replace the localized release notes ('what's new' text) of the active release on a track, leaving its version codes, status and rollout fraction untouched. Use get_track first to see the current notes and which locales exist. Notes are capped at 500 characters per locale by Google.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track | Yes | Track whose release notes to update, e.g. 'production' | |
| package_name | No | App package name, e.g. 'com.acme.app' (defaults to GOOGLE_PLAY_PACKAGE_NAME) | |
| release_notes | Yes | Release notes per locale, e.g. [{language:'en-US',text:'Bug fixes'}]. This replaces the full set of notes, so include every locale you want to keep. | |
| validate_only | No | Dry run: validate the change and discard the edit instead of committing it | |
| changes_not_sent_for_review | No | Commit without sending the changes for review (only for apps where changes are reviewed separately) |