release-create
Create new app versions on App Store and Google Play. When no version is specified, it checks and displays the latest versions from each store.
Instructions
Create a new version on App Store/Google Play. If version is not provided, checks and displays latest versions from each store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | Registered app slug | |
| packageName | No | Google Play package name | |
| bundleId | No | App Store bundle ID | |
| version | No | Version string to create (e.g., 1.2.0). If not provided, will check and display latest versions. | |
| store | No | Target store (default: both) | |
| versionCodes | No | Version code array for Google Play (required when creating Google Play version) |