changelog-automation
Installation
SKILL.md
Changelog Automation
Generate changelogs from commit history and manage releases.
Conventional Commits Format
<type>[optional scope]: <description>
feat: add user registration
fix: resolve login timeout
docs: update API documentation
refactor: simplify auth middleware
test: add unit tests for payments
chore: update dependencies
perf: optimize database queries
breaking: remove deprecated v1 endpoints