Skip to content

Commit 0c78ade

Browse files
committed
chore: use correct categories for releaserc to fix changelog
1 parent a909723 commit 0c78ade

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.releaserc

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,28 +53,33 @@
5353
"presetConfig": {
5454
"types": [
5555
{
56-
"type": "feat",
56+
"type": "major",
5757
"section": "Features"
5858
},
5959
{
60-
"type": "major",
60+
"type": "minor",
6161
"section": "Features"
6262
},
6363
{
64-
"type": "minor",
64+
"type": "patch",
65+
"section": "Bugfixes"
66+
},
67+
{
68+
"type": "feat",
6569
"section": "Features"
6670
},
6771
{
6872
"type": "fix",
6973
"section": "Bugfixes"
7074
},
7175
{
72-
"type": "patch",
73-
"section": "Bugfixes"
76+
"type": "deps",
77+
"section": "Dependencies"
7478
},
7579
{
7680
"type": "chore",
77-
"hidden": true
81+
"section": "Miscellaneous",
82+
"hidden": false
7883
},
7984
{
8085
"type": "docs",

0 commit comments

Comments
 (0)