Skip to content

Commit

Permalink
ci: override conventional-changelog-conventionalcommits to >=v8
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kleinfreund committed Oct 20, 2024
1 parent 0afb9db commit 1e1dc04
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,8 @@
"typescript-eslint": "^8.10.0",
"vite": "^5.4.9",
"vitest": "^2.1.3"
},
"overrides": {
"conventional-changelog-conventionalcommits": ">= 8.0.0"
}
}

0 comments on commit 1e1dc04

Please sign in to comment.