changelog_from_commits
Convert git commit messages into a structured changelog. Groups changes by type, scope, or date to produce release notes.
Instructions
Generate a changelog from git commit messages following conventional commits format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| commits | Yes | Git commit log output or list of commit messages | |
| version | No | Version number for this changelog entry | |
| group_by | No | Grouping strategy: 'type', 'scope', or 'date' |