Skip to content

Commit

Permalink
docs: emphasize the note on commit message length calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin1kevin1k authored and Lee-W committed Apr 30, 2024
1 parent 83cf451 commit 799dc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/commit.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ An exception would be raised when the message length exceeds the limit.
For example, `cz commit -l 72` will limit the length of commit messages to 72 characters.
By default the limit is set to 0, which means no limit on the length.

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.**
Specifically, for `ConventionalCommitsCz` the length only counts from the type of change to the subject,
while the body and the footer are not counted.

0 comments on commit 799dc6d

Please sign in to comment.