CHANGELOG Generator
Generate Keep a Changelog format from Conventional Commits messages
Commit Messages
Supported Conventional Commits Format
| Type | Description | Example |
|---|---|---|
| feat | Features | feat: description |
| fix | Bug Fixes | fix: description |
| docs | Documentation | docs: description |
| style | Styles | style: description |
| refactor | Code Refactoring | refactor: description |
| perf | Performance Improvements | perf: description |
| test | Tests | test: description |
| build | Build System | build: description |
| ci | CI | ci: description |
| chore | Chores | chore: description |
| BREAKING CHANGE | Breaking Changes | BREAKING CHANGE: description |
With scope: feat(api): message
Breaking change with !: feat!: message