play_release_to_track
Assign an uploaded versionCode to a release track and publish it, supporting staged rollouts and release notes for internal, alpha, beta, or production channels.
Instructions
Assign an uploaded versionCode to a release track and publish it there. Targeting 'production' rolls the release out to all users (subject to Google's automated policy review) — this is the point of no return for a public release; confirm with the human first for production. Testing tracks (internal/alpha/beta, or a custom closed-testing track name) publish immediately with no review gate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track | Yes | Track name: 'internal', 'alpha', 'beta', 'production', or a custom closed-testing track name | |
| status | No | 'completed' = full rollout now. 'inProgress' + rollout_fraction = staged rollout. | completed |
| language | No | en-US | |
| version_code | Yes | versionCode from play_upload_bundle | |
| release_notes | No | ||
| rollout_fraction | No | Staged rollout fraction (0-1), only used when status is inProgress or halted |