generate_release_checklist
Generate a deterministic release checklist by analyzing local repository version, CI workflow, and bug template presence for a specified release tag.
Instructions
Deterministically generate a release checklist based on local repo state.
No network access. Reads pyproject.toml version, CI workflow presence, and bug template presence to tailor the checklist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Absolute or relative path to the repository root. | |
| target_tag | Yes | Target release tag, e.g. "v0.1.0". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||