Skip to content

Commit 5cc3ed6

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 9efec41 commit 5cc3ed6

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,8 @@
7777
"typescript-eslint": "^8.10.0",
7878
"vite": "^5.4.9",
7979
"vitest": "^2.1.3"
80+
},
81+
"overrides": {
82+
"conventional-changelog-conventionalcommits": ">= 8.0.0"
8083
}
8184
}

0 commit comments

Comments
 (0)