You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="c1"># Invalid commitizen arguments were found: `--no-raise`.</span>
2500
+
<spanclass="c1"># Please use -- separator for extra git args</span>
2501
+
</code></pre></div>
2502
+
</div>
2489
2503
<h3id="common-use-cases">Common Use Cases<aclass="headerlink" href="#common-use-cases" title="Permanent link">¶</a></h3>
2490
2504
<h4id="ignoring-no-increment-errors">Ignoring No Increment Errors<aclass="headerlink" href="#ignoring-no-increment-errors" title="Permanent link">¶</a></h4>
2491
2505
<p>The most common use case is to ignore <code>NoneIncrementExit</code> (exit code 21) when running <code>cz bump</code>. This allows the command to succeed even when no commits are eligible for a version bump:</p>
0 commit comments