We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
conventional-changelog-conventionalcommits
1 parent bf27526 commit 587be05Copy full SHA for 587be05
README.md
@@ -24,6 +24,21 @@ In the [release-it][1] config, for example:
24
The plugin is a wrapper around conventional-changelog packages [conventional-recommended-bump][2],
25
[conventional-changelog-core][3] and more.
26
27
+> [!IMPORTANT]
28
+>
29
+> For the `conventionalcommits` preset, you may need to override the version
30
+> of the transitive `conventional-changelog-conventionalcommits` dependency, like so:
31
32
+> ```json
33
+> {
34
+> "overrides": {
35
+> "conventional-changelog-conventionalcommits": "8.0.0"
36
+> }
37
38
+> ```
39
40
+> Use `"resolutions"` for pnpm or Yarn.
41
+
42
## Contents
43
44
- [`preset`][4]
0 commit comments