semantic-release-lerna 2.8.0 → 2.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.js +2980 -1112
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -90,7 +90,7 @@ See example configuration above.
|
|
|
90
90
|
|
|
91
91
|
### Error: Cannot modify immutable object
|
|
92
92
|
|
|
93
|
-
The
|
|
93
|
+
The conventional changelog packages have mismatching versions.
|
|
94
94
|
This plugin supports both `conventional-changelog-writer` v7 and v8 as long as the preset has a matching version.
|
|
95
95
|
|
|
96
96
|
Assuming you use `conventional-changelog-conventionalcommits` as preset you can verify this with:
|