Skip to content

Commit 799dc6d

Browse files
kevin1kevin1kLee-W
authored andcommitted
docs: emphasize the note on commit message length calculation
1 parent 83cf451 commit 799dc6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/commit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ An exception would be raised when the message length exceeds the limit.
4444
For example, `cz commit -l 72` will limit the length of commit messages to 72 characters.
4545
By default the limit is set to 0, which means no limit on the length.
4646

47-
Note that the limit applies only to the first line of message.
47+
**Note that the limit applies only to the first line of the message.**
4848
Specifically, for `ConventionalCommitsCz` the length only counts from the type of change to the subject,
4949
while the body and the footer are not counted.

0 commit comments

Comments
 (0)