From d737cbeeffec88457c54dde58c4b853f6e5dc56f Mon Sep 17 00:00:00 2001 From: Yu-Ting Hsiung Date: Tue, 13 Jan 2026 22:57:58 +0800 Subject: [PATCH] docs(README): remove steps about manually setup a configuration file --- docs/README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/docs/README.md b/docs/README.md index d61ec1808..ad0911e3a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -125,19 +125,7 @@ pdm add -d commitizen #### Initialize Commitizen -To get started, you'll need to set up your configuration. You have two options: - -1. Use the interactive setup: -```sh -cz init -``` - -2. Manually create a configuration file (`.cz.toml` or `cz.toml`): -```toml -[tool.commitizen] -version = "0.1.0" -update_changelog_on_bump = true -``` +To get started, run the `cz init` command. This will guide you through the process of creating a configuration file with your preferred settings. #### Create Commits