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
<li><strong>Changelog Generation</strong>: Configure whether to automatically generate changelog during version bumps</li>
2231
2231
<li><strong>Alpha Versioning</strong>: Option to keep major version at 0 for alpha/beta software</li>
2232
-
<li><strong>Pre-commit Hooks</strong>: Set up Git pre-commit hooks for automated commit message validation</li>
2232
+
<li><strong>Pre-commit Hooks</strong>: Set up Git hooks for automated commit message validation. If neither <code>pre-commit</code> nor <code>prek</code> is on PATH, the hook question is skipped. If you choose to install hooks, Commitizen uses whichever of those tools is available. If both are installed, you are asked which one to use.</li>
2233
2233
</ol>
2234
2234
<p>See <ahref="../../config/option/">Configuration Options</a> for more details.</p>
Copy file name to clipboardExpand all lines: commands/init/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ During the initialization process, you'll be prompted to configure the following
39
39
-`pep440`: Python Package Versioning
40
40
1.**Changelog Generation**: Configure whether to automatically generate changelog during version bumps
41
41
1.**Alpha Versioning**: Option to keep major version at 0 for alpha/beta software
42
-
1.**Pre-commit Hooks**: Set up Git pre-commit hooks for automated commit message validation
42
+
1.**Pre-commit Hooks**: Set up Git hooks for automated commit message validation. If neither `pre-commit` nor `prek` is on PATH, the hook question is skipped. If you choose to install hooks, Commitizen uses whichever of those tools is available. If both are installed, you are asked which one to use.
43
43
44
44
See [Configuration Options](https://commitizen-tools.github.io/commitizen/config/option/index.md) for more details.
Copy file name to clipboardExpand all lines: llms-full.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -606,7 +606,7 @@ During the initialization process, you'll be prompted to configure the following
606
606
- `pep440`: Python Package Versioning
607
607
1. **Changelog Generation**: Configure whether to automatically generate changelog during version bumps
608
608
1. **Alpha Versioning**: Option to keep major version at 0 for alpha/beta software
609
-
1. **Pre-commit Hooks**: Set up Git pre-commit hooks for automated commit message validation
609
+
1. **Pre-commit Hooks**: Set up Git hooks for automated commit message validation. If neither `pre-commit` nor `prek` is on PATH, the hook question is skipped. If you choose to install hooks, Commitizen uses whichever of those tools is available. If both are installed, you are asked which one to use.
610
610
611
611
See [Configuration Options](https://commitizen-tools.github.io/commitizen/config/option/index.md) for more details.
0 commit comments