release_plan
Shows a read-only preview of the release: branches, merge requests, predicted tags, file edits, and pipeline variables. Call before release_start to verify the plan.
Instructions
Dry-run of release_start: exactly what would be created — branches, MRs, predicted tags (computed from the tags that exist right now), file edits with resolved values, and pipeline variables. Strictly read-only; nothing is touched.
ALWAYS call this before release_start with the same arguments and show the user the plan; only call release_start after they confirm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | Yes | ||
| rfc | No | ||
| inputs | Yes | ||
| coordinate | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||