git_generate_changelog
Generate a clean markdown changelog by parsing conventional git commits between two tags or commits. Specify start and end points to produce release notes automatically.
Instructions
Parses conventional git commit history between tags and outputs a clean markdown changelog
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toTag | No | Ending git commit or tag (defaults to 'HEAD') | |
| fromTag | No | Starting git commit or tag (e.g. 'v1.0.0') |