git_release_changelog
Generate structured release notes and changelog markdown from git history, categorized by features, fixes, and breaking changes.
Instructions
Generate structured GitHub/GitLab release notes and changelog markdown categorized by features, fixes, and breaking changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Target repository directory path | |
| toRef | No | Ending git tag or commit hash (default: HEAD) | |
| fromRef | No | Starting git tag or commit hash | |
| maxCommits | No | Maximum number of recent commits to analyze (default: 25) |