Skip to content

Commit

Permalink
deploy: 106c294
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 30, 2024
1 parent a9a49f8 commit 40ecdca
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions commit/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#commit-message-length-limit" class="md-nav__link">
<span class="md-ellipsis">
Commit message length limit
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -899,6 +908,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#commit-message-length-limit" class="md-nav__link">
<span class="md-ellipsis">
Commit message length limit
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -953,6 +971,14 @@ <h3 id="retry">Retry<a class="headerlink" href="#retry" title="Permanent link">&
To automatically retry when running <code>cz commit</code>, you can set the <code>retry_after_failure</code>
configuration option to <code>true</code>. Running <code>cz commit --no-retry</code> makes commitizen ignore <code>retry_after_failure</code>, forcing
a new commit message to be prompted.</p>
<h3 id="commit-message-length-limit">Commit message length limit<a class="headerlink" href="#commit-message-length-limit" title="Permanent link">&para;</a></h3>
<p>The argument <code>-l</code> (or <code>--message-length-limit</code>) followed by a positive number can limit the length of commit messages.
An exception would be raised when the message length exceeds the limit.
For example, <code>cz commit -l 72</code> 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.</p>
<p><strong>Note that the limit applies only to the first line of the message.</strong>
Specifically, for <code>ConventionalCommitsCz</code> the length only counts from the type of change to the subject,
while the body and the footer are not counted.</p>



Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 40ecdca

Please sign in to comment.