|
27 | 27 | "preset": "angular",
|
28 | 28 | "presetConfig": {
|
29 | 29 | "types": [
|
30 |
| - {"type": "feat", "section": "Features"}, |
31 |
| - {"type": "fix", "section": "Bug Fixes"}, |
32 |
| - {"type": "style", "section": "Code Style"}, |
33 |
| - {"type": "refactor", "section": "Code Refactoring"}, |
34 |
| - {"type": "perf", "section": "Performance Improvements"}, |
35 |
| - {"type": "test", "section": "Tests"}, |
36 |
| - {"type": "chore", "section": "Maintenance"} |
| 30 | + {"type": "feat","hidden": false, "section": "Features"}, |
| 31 | + {"type": "fix","hidden": false, "section": "Bug Fixes"}, |
| 32 | + {"type": "style","hidden": false, "section": "Code Style"}, |
| 33 | + {"type": "refactor","hidden": false, "section": "Code Refactoring"}, |
| 34 | + {"type": "perf","hidden": false, "section": "Performance Improvements"}, |
| 35 | + {"type": "test","hidden": false, "section": "Tests"}, |
| 36 | + {"type": "chore","hidden": false, "section": "Maintenance"} |
37 | 37 | ]
|
38 | 38 | }
|
39 | 39 | }
|
|
0 commit comments