generate_changelog
Generate structured changelogs from git history with semantic versioning and categorized commit formatting for documentation synchronization.
Instructions
Generate changelog from git history with semantic versioning and categorization
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to git repository | |
| from_version | No | Starting version/tag | |
| to_version | No | Ending version/tag (defaults to HEAD) | |
| format | No | Changelog format | mintlify |