Skip to content

Commit 908ad02

Browse files
committed
docs(config): add description for style that it will merge with default style instead of overwriting
#37
1 parent 978aec0 commit 908ad02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ The extra tab before the square brakets (`]`) at the end is required.
6464
| `files` | `list` | `[ ]` | Files were the version will be updated. A pattern to match a line, can also be specified, separated by `:` [See more](https://woile.github.io/commitizen/bump#files) |
6565
| `tag_format` | `str` | `None` | Format for the git tag, useful for old projects, that use a convention like `"v1.2.1"`. [See more](https://woile.github.io/commitizen/bump#tag_format) |
6666
| `bump_message` | `str` | `None` | Create custom commit message, useful to skip ci. [See more](https://woile.github.io/commitizen/bump#bump_message) |
67-
| `style` | `list` | see above | Style for the prompts [See More (Styling your prompts with your favorite colors)](https://github.com/tmbo/questionary#additional-features) |
67+
| `style` | `list` | see above | Style for the prompts (It will merge this value with default style.) [See More (Styling your prompts with your favorite colors)](https://github.com/tmbo/questionary#additional-features) |

0 commit comments

Comments
 (0)