From 293cc8440e13a746e87d40020b8dd6ed03976eff Mon Sep 17 00:00:00 2001 From: Chris Murray Date: Fri, 14 Jan 2022 19:18:11 +0000 Subject: [PATCH] docs: removing customization file contradiction 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. --- docs/customization.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/customization.md b/docs/customization.md index 2c69e037b4..f39c9bcc11 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -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.