Skip to content

Commit

Permalink
fix: update troubleshooting.md typo (#3581)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauthieb committed Mar 10, 2023
1 parent 4b045a1 commit a174cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/troubleshooting.md
Expand Up @@ -90,7 +90,7 @@ Running `lerna publish` now would detect v1.1.0 instead of v1.2.1 as the last re
The implications of this depends on your usage of `lerna publish`:

* The publish prompt would use v1.1.0 as the base for major/minor/patch suggestions.
* When using the --conventional-commit flag:
* When using the --conventional-commits flag:
* would suggest a semver increment based on all the commits since v1.1.0 (including commits from v1.2.0, v1.2.1 etc)
* The generated CHANGELOG.md files will repeat all the commits that have already been released in v1.2.0, v1.2.1 etc

Expand Down

0 comments on commit a174cd7

Please sign in to comment.