Skip to content

Commit

Permalink
docs: use code block for conventional commit flag (#3634)
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed Apr 20, 2023
1 parent 43c2a48 commit 1e68118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,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-commit` 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 1e68118

Please sign in to comment.