1
1
mirror of https://github.com/orhun/git-cliff.git synced 2025-01-05 15:58:24 +03:00

style(website): update the style for environment variable section

This commit is contained in:
Orhun Parmaksız 2023-04-22 21:19:43 +03:00
parent bb9a889f1b
commit 24ba43330a
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

View File

@ -279,14 +279,15 @@ Examples:
### Environment Configuration Overrides
It's possible to use environment variables to override configuration elements. If an environment variable matches a configuration element the variable's value will be used instead of the element's.
It's possible to use environment variables to override configuration elements. If an environment variable matches a configuration element, the variable's value will be used instead of the element's.
Format:
```
[PREFIX]__[CONFIG SECTION]__[FIELD NAME]
```
Examples:
#### Examples
To override the `footer` element:
@ -298,4 +299,4 @@ To override the `ignore_tags` element:
```bash
export GIT_CLIFF__GIT__IGNORE_TAGS="v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+"
```
```