Commit Play Console edit
play_commit_editPublish all pending changes in a Google Play edit, such as new bundles, track updates, and listing edits, making them live. Use it to finalize a release after staging changes.
Instructions
Commits an edit, making all changes made within it (new bundle, track updates, listing changes, ...) live on Google Play. This is the point of no return for a release.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| editId | Yes | Edit id returned by play_create_edit | |
| packageName | Yes | Play Console package name, e.g. "com.example.app" | |
| changesNotSentForReview | No | If true, changes are committed but not automatically submitted for Google review. |