Skip to content

Commit 7263640

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 910f12c commit 7263640

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
@@ -95,5 +95,8 @@
9595
"vitest": "^2.1.3",
9696
"vue": "^3.5.12",
9797
"vue-tsc": "^2.1.6"
98+
},
99+
"overrides": {
100+
"conventional-changelog-conventionalcommits": ">= 8.0.0"
98101
}
99102
}

0 commit comments

Comments
 (0)