Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PSeitz committed Apr 19, 2023
1 parent 58165b7 commit a390cc9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ body = """
"""
trim = true
footer = "<!-- generated by git-cliff -->"
postprocessors = [{ pattern = "foo", replace = "bar"}]
```

<!-- {% endraw %} -->
Expand All @@ -56,6 +57,12 @@ It is useful for adding indentation to the template for readability, as shown [i

Footer text that will be added to the end of the changelog.

### postprocessors

An array of commit preprocessors for manipulating the changelog before outputting.
Can e.g. be used for replacing commit author with github user names.
See [commit_preprocessors](#commit_preprocessors) for more detail and examples, it uses the same syntax.

## `git`

This section contains the parsing and git related configuration options.
Expand Down

0 comments on commit a390cc9

Please sign in to comment.