Skip to content

Commit ca99c2b

Browse files
melangerHejdaJakub
authored andcommitted
ci: fix sections in upgrade notes
1 parent ecd57a6 commit ca99c2b

File tree

1 file changed

+51
-11
lines changed

1 file changed

+51
-11
lines changed

.releaserc.json

Lines changed: 51 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,57 @@
2020
"preset": "conventionalcommits",
2121
"presetConfig": {
2222
"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+
}
3474
],
3575
"issuePrefixes": ["ST"],
3676
"issueUrlFormat": "https://perunaai.atlassian.net/browse/{{prefix}}{{id}}"

0 commit comments

Comments
 (0)