Skip to content

Commit

Permalink
chore(docs): fix typo (#3987)
Browse files Browse the repository at this point in the history
  • Loading branch information
sa02045 committed May 11, 2024
1 parent e2d5b94 commit 11d25f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/troubleshooting.md
Expand Up @@ -77,7 +77,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 11d25f5

Please sign in to comment.