Skip to content

Commit 2ba7954

Browse files
committed
fix(release): downgrade @release-it/conventional-changelog to 10.0.1
Fixes "whatBump is not a function" error in CI release workflow. This is a known bug in v10.0.2+ when using the conventionalcommits preset with custom types array. See: release-it/conventional-changelog#107
1 parent 4e47bc5 commit 2ba7954

File tree

2 files changed

+166
-91
lines changed

2 files changed

+166
-91
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@commitlint/cli": "20.2.0",
8181
"@commitlint/config-conventional": "20.3.1",
8282
"@oclif/test": "4.1.15",
83-
"@release-it/conventional-changelog": "10.0.4",
83+
"@release-it/conventional-changelog": "10.0.1",
8484
"@tsconfig/node20": "20.1.2",
8585
"@types/decompress": "4.2.7",
8686
"@types/express": "4.17.21",

0 commit comments

Comments
 (0)