Skip to content

Commit e9e6b27

Browse files
committed
fix(ci): downgrade broken changelog maker; update config
1 parent 778e79f commit e9e6b27

1 file changed

Lines changed: 27 additions & 3 deletions

File tree

package.json

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@types/node": "^26.0.0",
6060
"@types/yargs": "^17.0.35",
6161
"chai": "^6.2.2",
62-
"conventional-changelog-conventionalcommits": "^10.0.0",
62+
"conventional-changelog-conventionalcommits": "^9.3.1",
6363
"js-yaml": "^5.0.0",
6464
"mocha": "^11.7.5",
6565
"polendina": "^3.2.20",
@@ -141,6 +141,30 @@
141141
"type": "fix",
142142
"section": "Bug Fixes"
143143
},
144+
{
145+
"type": "perf",
146+
"section": "Performance Improvements"
147+
},
148+
{
149+
"type": "revert",
150+
"section": "Reverts"
151+
},
152+
{
153+
"type": "refactor",
154+
"section": "Code Refactoring"
155+
},
156+
{
157+
"type": "test",
158+
"section": "Tests"
159+
},
160+
{
161+
"type": "build",
162+
"section": "Trivial Changes"
163+
},
164+
{
165+
"type": "ci",
166+
"section": "Trivial Changes"
167+
},
144168
{
145169
"type": "chore",
146170
"section": "Trivial Changes"
@@ -150,8 +174,8 @@
150174
"section": "Trivial Changes"
151175
},
152176
{
153-
"type": "test",
154-
"section": "Tests"
177+
"type": "style",
178+
"section": "Trivial Changes"
155179
}
156180
]
157181
}

0 commit comments

Comments
 (0)