From cc9eb6d71af4cb0bd04372172ee52ea5985e8dd7 Mon Sep 17 00:00:00 2001 From: Atticuszz <1831768457@qq.com> Date: Wed, 23 Oct 2024 22:04:38 +0800 Subject: [PATCH] docs(customization.md): add feature notes --- docs/customization.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/customization.md b/docs/customization.md index e8f233fce1..6206982d92 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -7,7 +7,8 @@ The basic steps are: 1. Define your custom committing or bumping rules in the configuration file. 2. Declare `name = "cz_customize"` in your configuration file, or add `-n cz_customize` when running commitizen. - +!!! NOTE + Customize will inherit default setting(`ConventionalCommitsCz`) now. Example: ```toml