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:
parent
bb9a889f1b
commit
24ba43330a
@ -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]+"
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user