|
5 | 5 | "release-type": "node",
|
6 | 6 | "include-v-in-tag": true,
|
7 | 7 | "include-component-in-tag": false,
|
8 |
| - "pull-request-title-pattern": "v${version}" |
| 8 | + "pull-request-title-pattern": "v${version}", |
| 9 | + "pull-request-header": "", |
| 10 | + "pull-request-footer": "" |
9 | 11 | }
|
10 | 12 | },
|
11 | 13 | "changelog-sections": [
|
12 |
| - { "section": "Features", "type": "feat" }, |
13 |
| - { "section": "Dependency updates", "type": "deps" }, |
14 |
| - { "section": "Documentation", "type": "docs" }, |
15 |
| - { "section": "Maintenance", "type": "build" }, |
16 |
| - { "section": "Maintenance", "type": "chore" }, |
17 |
| - { "section": "Maintenance", "type": "ci" }, |
18 |
| - { "section": "Refactors", "type": "refactor" }, |
19 |
| - { "section": "Styles", "type": "style" }, |
20 |
| - { "section": "Tests", "type": "test", "hidden": true } |
| 14 | + { "type": "feat", "section": "Features" }, |
| 15 | + { "type": "fix", "section": "Bug Fixes" }, |
| 16 | + { "type": "perf", "section": "Performance Improvements" }, |
| 17 | + { "type": "deps", "section": "Dependency updates" }, |
| 18 | + { "type": "docs", "section": "Documentation" }, |
| 19 | + { "type": "ci", "section": "Maintenance" }, |
| 20 | + { "type": "build", "section": "Maintenance" }, |
| 21 | + { "type": "chore", "section": "Maintenance" }, |
| 22 | + { "type": "revert", "section": "Maintenance" }, |
| 23 | + { "type": "security", "section": "Security" }, |
| 24 | + { "type": "refactor", "section": "Refactors" }, |
| 25 | + { "type": "test", "section": "Tests" }, |
| 26 | + { "type": "style", "section": "Code Style", "hidden": true }, |
| 27 | + { "type": "examples", "section": "Examples", "hidden": true } |
21 | 28 | ]
|
22 | 29 | }
|
0 commit comments