|
26 | 26 | "types": [
|
27 | 27 | { "type": "feat", "section": "Features" },
|
28 | 28 | { "type": "fix", "section": "Bug Fixes" },
|
29 |
| - { "type": "chore", "section": "chore", "hidden": false }, |
30 |
| - { "type": "docs", "section": "docs", "hidden": false }, |
31 |
| - { "type": "style", "section": "style", "hidden": false }, |
32 |
| - { "type": "refactor", "section": "refactor", "hidden": false }, |
33 |
| - { "type": "perf", "section": "perf", "hidden": false }, |
34 |
| - { "type": "test", "section": "test", "hidden": false } |
| 29 | + { "type": "chore", "section": "Chore", "hidden": false }, |
| 30 | + { "type": "docs", "section": "Docs", "hidden": false }, |
| 31 | + { "type": "style", "section": "Style", "hidden": false }, |
| 32 | + { "type": "refactor", "section": "Refactor", "hidden": false }, |
| 33 | + { "type": "perf", "section": "Perf", "hidden": false }, |
| 34 | + { "type": "test", "section": "Test", "hidden": false } |
35 | 35 | ]
|
36 | 36 | }
|
37 | 37 | }
|
|
0 commit comments