Release Notes Generator
release_notesGenerate structured release notes from git commits between two refs. Groups by type, scope, or author, extracts breaking changes, and links PR/issue references.
Instructions
Generate structured release notes from commits between two git refs. Groups by conventional commit type, extracts breaking changes, and links PR/issue references. Supports grouping by type, scope, or author. NOTE: If the server was not started inside a git repo, you MUST provide repo_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_ref | No | Ending ref (default: HEAD) | HEAD |
| from_ref | Yes | Starting ref (tag, branch, or commit hash) | |
| group_by | No | How to group commits (default: type) | type |
| repo_path | No | Absolute path to the git repository to analyze. Required if Claude Code was not opened in a git repo. |