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
Copy file name to clipboardExpand all lines: llms-full.txt
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3690,6 +3690,20 @@ Using the latest version
3690
3690
3691
3691
Replace `v4.10.0` with the latest commitizen version. You can find the latest version on [GitHub releases](https://github.com/commitizen-tools/commitizen/releases) or use a specific commit SHA for pinning to an exact version.
3692
3692
3693
+
Using a third-party commitizen plugin
3694
+
3695
+
If your project uses a [third-party plugin](https://commitizen-tools.github.io/commitizen/third-party-plugins/about/index.md) (for example, a custom `name` such as `cz_gitmoji` from [cz-conventional-gitmoji](https://commitizen-tools.github.io/commitizen/third-party-plugins/cz-conventional-gitmoji/index.md)), add the plugin package to `additional_dependencies`. `prek`/`pre-commit` installs each hook in its own isolated environment, so the plugin is not available unless it is listed explicitly, and the hook fails with an error such as `The committer has not been found in the system`:
<pclass="admonition-title">Using the latest version</p>
2479
2479
<p>Replace <code>v4.10.0</code> with the latest commitizen version. You can find the latest version on <ahref="https://github.com/commitizen-tools/commitizen/releases">GitHub releases</a> or use a specific commit SHA for pinning to an exact version.</p>
2480
2480
</div>
2481
+
<divclass="admonition tip">
2482
+
<pclass="admonition-title">Using a third-party commitizen plugin</p>
2483
+
<p>If your project uses a <ahref="../../third-party-plugins/about/">third-party plugin</a> (for example, a custom <code>name</code> such as <code>cz_gitmoji</code> from <ahref="../../third-party-plugins/cz-conventional-gitmoji/">cz-conventional-gitmoji</a>), add the plugin package to <code>additional_dependencies</code>. <code>prek</code>/<code>pre-commit</code> installs each hook in its own isolated environment, so the plugin is not available unless it is listed explicitly, and the hook fails with an error such as <code>The committer has not been found in the system</code>:</p>
<spanclass="w"></span><spanclass="nt">rev</span><spanclass="p">:</span><spanclass="w"></span><spanclass="l l-Scalar l-Scalar-Plain">v4.10.0</span><spanclass="w"></span><spanclass="c1"># Use the latest version or a specific version</span>
Copy file name to clipboardExpand all lines: tutorials/auto_check/index.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,20 @@ Using the latest version
47
47
48
48
Replace `v4.10.0` with the latest commitizen version. You can find the latest version on [GitHub releases](https://github.com/commitizen-tools/commitizen/releases) or use a specific commit SHA for pinning to an exact version.
49
49
50
+
Using a third-party commitizen plugin
51
+
52
+
If your project uses a [third-party plugin](https://commitizen-tools.github.io/commitizen/third-party-plugins/about/index.md) (for example, a custom `name` such as `cz_gitmoji` from [cz-conventional-gitmoji](https://commitizen-tools.github.io/commitizen/third-party-plugins/cz-conventional-gitmoji/index.md)), add the plugin package to `additional_dependencies`. `prek`/`pre-commit` installs each hook in its own isolated environment, so the plugin is not available unless it is listed explicitly, and the hook fails with an error such as `The committer has not been found in the system`:
0 commit comments