CHANGELOG生成
Conventional Commitsからkeep a changelog形式のCHANGELOGを自動生成
コミットメッセージ
対応するConventional Commits形式
| タイプ | 説明 | 例 |
|---|---|---|
| feat | 機能追加 | feat: description |
| fix | バグ修正 | fix: description |
| docs | ドキュメント | docs: description |
| style | スタイル | style: description |
| refactor | リファクタリング | refactor: description |
| perf | パフォーマンス改善 | perf: description |
| test | テスト | test: description |
| build | ビルドシステム | build: description |
| ci | CI | ci: description |
| chore | 雑務 | chore: description |
| BREAKING CHANGE | 破壊的変更 | BREAKING CHANGE: description |
スコープ付き: feat(api): message
破壊的変更(!付き): feat!: message