generate_changelog
Generate structured changelogs from git history with semantic versioning and categorized commits for tracking codebase changes.
Instructions
Generate changelog from git history with semantic versioning and categorization
Input 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 |