Skip to content

Commit 7d9cd86

Browse files
authored
Merge pull request #4068 from melanger/release-notes-sections
ci: fix sections in upgrade notes
2 parents 3175b1a + e43e01b commit 7d9cd86

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.releaserc.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,46 +22,53 @@
2222
"types": [
2323
{
2424
"type": "feat",
25-
"hidden": false
25+
"section":"Features"
2626
},
2727
{
2828
"type": "fix",
29-
"hidden": false
29+
"section": "Bug Fixes"
3030
},
3131
{
3232
"type": "perf",
33-
"hidden": false
33+
"section": "Performance Improvements"
3434
},
3535
{
3636
"type": "revert",
37-
"hidden": false
37+
"section": "Reverts"
3838
},
3939
{
4040
"type": "docs",
41+
"section": "Documentation",
4142
"hidden": true
4243
},
4344
{
4445
"type": "style",
46+
"section": "Code style",
4547
"hidden": true
4648
},
4749
{
4850
"type": "chore",
51+
"section": "Others",
4952
"hidden": true
5053
},
5154
{
5255
"type": "refactor",
56+
"section": "Refactoring",
5357
"hidden": true
5458
},
5559
{
5660
"type": "test",
61+
"section": "Tests",
5762
"hidden": true
5863
},
5964
{
6065
"type": "build",
66+
"section": "Build",
6167
"hidden": true
6268
},
6369
{
6470
"type": "ci",
71+
"section": "CI",
6572
"hidden": true
6673
}
6774
],

0 commit comments

Comments
 (0)