|
20 | 20 | "preset": "conventionalcommits", |
21 | 21 | "presetConfig": { |
22 | 22 | "types": [ |
23 | | - { "type": "feat", "hidden": false }, |
24 | | - { "type": "fix", "hidden": false }, |
25 | | - { "type": "perf", "hidden": false }, |
26 | | - { "type": "revert", "hidden": false }, |
27 | | - { "type": "docs", "hidden": true }, |
28 | | - { "type": "style", "hidden": true }, |
29 | | - { "type": "chore", "hidden": true }, |
30 | | - { "type": "refactor", "hidden": true }, |
31 | | - { "type": "test", "hidden": true }, |
32 | | - { "type": "build", "hidden": true }, |
33 | | - { "type": "ci", "hidden": true } |
| 23 | + { |
| 24 | + "type": "feat", |
| 25 | + "section": "Features" |
| 26 | + }, |
| 27 | + { |
| 28 | + "type": "fix", |
| 29 | + "section": "Bug Fixes" |
| 30 | + }, |
| 31 | + { |
| 32 | + "type": "perf", |
| 33 | + "section": "Performance Improvements" |
| 34 | + }, |
| 35 | + { |
| 36 | + "type": "revert", |
| 37 | + "section": "Reverts" |
| 38 | + }, |
| 39 | + { |
| 40 | + "type": "docs", |
| 41 | + "section": "Documentation", |
| 42 | + "hidden": true |
| 43 | + }, |
| 44 | + { |
| 45 | + "type": "style", |
| 46 | + "section": "Code style", |
| 47 | + "hidden": true |
| 48 | + }, |
| 49 | + { |
| 50 | + "type": "chore", |
| 51 | + "section": "Others", |
| 52 | + "hidden": true |
| 53 | + }, |
| 54 | + { |
| 55 | + "type": "refactor", |
| 56 | + "section": "Refactoring", |
| 57 | + "hidden": true |
| 58 | + }, |
| 59 | + { |
| 60 | + "type": "test", |
| 61 | + "section": "Tests", |
| 62 | + "hidden": true |
| 63 | + }, |
| 64 | + { |
| 65 | + "type": "build", |
| 66 | + "section": "Build", |
| 67 | + "hidden": true |
| 68 | + }, |
| 69 | + { |
| 70 | + "type": "ci", |
| 71 | + "section": "CI", |
| 72 | + "hidden": true |
| 73 | + } |
34 | 74 | ], |
35 | 75 | "issuePrefixes": ["ST"], |
36 | 76 | "issueUrlFormat": "https://perunaai.atlassian.net/browse/{{prefix}}{{id}}" |
|
0 commit comments