Conventional Commits仕様に従ったコミットメッセージを自動生成します。
| コミットメッセージ | 説明 |
|---|---|
| feat(auth): add JWT authentication | 新機能(認証スコープ) |
| fix(api): handle null response from server | バグ修正 |
| docs: update README installation steps | ドキュメント更新 |
| refactor(db): simplify query builder | リファクタリング |
| feat!: redesign user authentication flow | 破壊的変更の新機能 |
| chore(deps): bump lodash to 4.17.21 | 依存関係更新 |
| test(ui): add unit tests for Button component | テスト追加 |
| perf(api): cache frequently accessed data | パフォーマンス改善 |