Skip to content

Commit

Permalink
docs: removing customization file contradiction
Browse files Browse the repository at this point in the history
Customising via the configuration file is clearly possible when using yaml files since you show an example for this. This PR updates the doc to remove the warning that states this is not possible. Given that yaml was the only missing file type in the original warning it seems safe to remove it completely.
  • Loading branch information
chr15murray authored and Lee-W committed Jan 16, 2022
1 parent 0647072 commit 323c72e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ We have two different ways to do so.

## 1. Customize in configuration file

**This is only supported when configuring through `toml` or `json` (e.g., `pyproject.toml`, `.cz.toml`, `.cz.json`, and `cz.json`)**

The basic steps are:

1. Define your custom committing or bumping rules in the configuration file.
Expand Down

0 comments on commit 323c72e

Please sign in to comment.