Generate Changelog
generate_changelogGenerate a Markdown changelog from real git history, grouped by conventional-commit types into Breaking, Features, Fixes, Other. Optionally scope between two refs.
Instructions
Generate a Markdown changelog from real git history, grouped into Breaking Changes/Features/Fixes/Other via conventional-commit types — a reformatting of commit messages that already exist, never invented entries. Optionally scoped between fromRef/toRef (e.g. two tags).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toRef | No | ||
| fromRef | No | ||
| projectPath | Yes |