Generate changelog from conventional commits in Keep-a-Changelog format
Generates changelog entries from conventional commits following Keep-a-Changelog format.
/plugin marketplace add l3ocho/mktpl-claude-datasaas/plugin install doc-guardian@mktpl-claude-datasaasGenerate a changelog entry from conventional commits.
+------------------------------------------------------------------+
| DOC-GUARDIAN - Changelog Generation |
+------------------------------------------------------------------+
Identify Commit Range
Execute skills/changelog-format.md - detect range from tags
Parse Conventional Commits
Use pattern from skill: <type>(<scope>): <description>
Group by Type Map to Keep-a-Changelog sections per skill
Format Entries
Output
Use format from skills/changelog-format.md
| Flag | Description | Default |
|---|---|---|
--from <tag> | Start from tag | Latest tag |
--to <ref> | End at ref | HEAD |
--version <ver> | Version header | [Unreleased] |
--include-merge | Include merges | false |
--group-by-scope | Group by scope | false |
Output designed for direct copy to CHANGELOG.md: