We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83cf451 commit 799dc6dCopy full SHA for 799dc6d
docs/commit.md
@@ -44,6 +44,6 @@ An exception would be raised when the message length exceeds the limit.
44
For example, `cz commit -l 72` will limit the length of commit messages to 72 characters.
45
By default the limit is set to 0, which means no limit on the length.
46
47
-Note that the limit applies only to the first line of message.
+**Note that the limit applies only to the first line of the message.**
48
Specifically, for `ConventionalCommitsCz` the length only counts from the type of change to the subject,
49
while the body and the footer are not counted.
0 commit comments