Generates changelogs from git commit history using conventional commits. Triggers: generate changelog, release notes, changelog.
--- name: skylv-changelog-generator slug: changelog-release-manager version: 1.0.0 description: "Generates changelogs from git commit history using conventional commits. Triggers: generate changelog, release notes, changelog." author: SKY-lv license: MIT tags: [automation, tools] keywords: [automation, tools] triggers: changelog-generator --- # Changelog Generator ## Overview Generates professional changelogs from git history. ## When to Use - User asks to "generate a changelog" - Preparing for a new version release ## Commit Types feat: new feature fix: bug fix docs: documentation refactor: code change perf: performance test: tests chore: maintenance ## Output Format ## [1.2.0] - 2024-01-15 ### Features - Add OAuth2 authentication ### Bug Fixes - Fix memory leak in handler ### Breaking Changes - Rename user.id to user.userId ## Tip Use conventional commits: feat:, fix:, docs:
don't have the plugin yet? install it then click "run inline in claude" again.