promote_release
Promote an app release from one track to another, copying version codes. Optionally set rollout percentage, release name, or notes.
Instructions
Promote a release from one track to another.
Copies version codes from source to destination. Common: internal→alpha→beta→production. Release notes/name are inherited unless overridden.
Args: package_name: Package name, e.g. com.example.myapp from_track: Source — "internal", "alpha", or "beta". to_track: Destination — "alpha", "beta", or "production". version_codes: Version codes to promote, e.g. [1234]. rollout_percentage: Rollout % at destination. Default 10%. Use 100 for full release. release_name: Optional name override. release_notes: Optional {lang: text} override, e.g. {"en-US": "New features"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | Yes | ||
| from_track | Yes | ||
| to_track | Yes | ||
| version_codes | Yes | ||
| rollout_percentage | No | ||
| release_name | No | ||
| release_notes | No |