8000
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.
troubleshooting.md
1 parent 4b045a1 commit a174cd7Copy full SHA for a174cd7
doc/troubleshooting.md
@@ -90,7 +90,7 @@ Running `lerna publish` now would detect v1.1.0 instead of v1.2.1 as the last re
90
The implications of this depends on your usage of `lerna publish`:
91
92
* The publish prompt would use v1.1.0 as the base for major/minor/patch suggestions.
93
-* When using the --conventional-commit flag:
+* When using the --conventional-commits flag:
94
* would suggest a semver increment based on all the commits since v1.1.0 (including commits from v1.2.0, v1.2.1 etc)
95
* The generated CHANGELOG.md files will repeat all the commits that have already been released in v1.2.0, v1.2.1 etc
96
0 commit comments