Skip to content

Commit 1e1dc04

Browse files
committed
ci: override conventional-changelog-conventionalcommits to >=v8
Override the `conventional-changelog-conventionalcommits` dependency to be at least version 8 to work around semantic-release/release-notes-generator#655 and semantic-release/release-notes-generator#657. This workaround will be necessary until conventional-changelog/commitlint#4063 is resolved.
1 parent 0afb9db commit 1e1dc04

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,8 @@
9090
"typescript-eslint": "^8.10.0",
9191
"vite": "^5.4.9",
9292
"vitest": "^2.1.3"
93+
},
94+
"overrides": {
95+
"conventional-changelog-conventionalcommits": ">= 8.0.0"
9396
}
9497
}

0 commit comments

Comments
 (0)