Promote Release
promote_releaseMove a release between Google Play tracks with a two-step preview and confirmation, using a token to approve the promotion.
Instructions
Promote a release from one track to another.
Two-step: preview first, then confirm with the preview's token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Set True only after the user approved the preview | |
| to_track | Yes | Destination track (alpha, beta, production) | |
| from_track | Yes | Source track (internal, alpha, beta) | |
| package_name | Yes | App package name | |
| version_code | Yes | Version code to promote | |
| confirmation_token | No | The token from that preview; never invent one | |
| rollout_percentage | No | Rollout percentage for target track (0-100) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||