We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1900706 commit cc9eb6dCopy full SHA for cc9eb6d
docs/customization.md
@@ -7,7 +7,8 @@ The basic steps are:
7
8
1. Define your custom committing or bumping rules in the configuration file.
9
2. Declare `name = "cz_customize"` in your configuration file, or add `-n cz_customize` when running commitizen.
10
-
+!!! NOTE
11
+ Customize will inherit default setting(`ConventionalCommitsCz`) now.
12
Example:
13
14
```toml
0 commit comments