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: config/configuration_file/index.html
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2147,14 +2147,16 @@ <h2 id="creating-a-configuration-file">Creating a Configuration File<a class="he
2147
2147
<p>It is recommended to create a configuration file via our <ahref="../../commands/init/"><code>cz init</code></a> command. This command will guide you through setting up your configuration file with the appropriate settings for your project.</p>
2148
2148
<h2id="file-location-and-search-order">File Location and Search Order<aclass="headerlink" href="#file-location-and-search-order" title="Permanent link">¶</a></h2>
2149
2149
<p>Configuration files are typically located in the root of your project directory. Commitizen searches for configuration files in the following order:</p>
<p>For Python projects, it's recommended to add your Commitizen configuration to <code>pyproject.toml</code> to keep all project configuration in one place.</p>
2171
+
<p>For Python projects, you can add your Commitizen configuration to <code>pyproject.toml</code> to keep all project configuration in one place.</p>
0 commit comments