Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ chore:

[git]
conventional_commits = true
# strip PR references appended by squash merge, e.g. "fix something (#53)"
commit_preprocessors = [
{ pattern = " *\\(#[0-9]+\\)", replace = "" },
]
# Keep unconventional commits too: they fall through to the "chore" bucket
# instead of silently disappearing from the changelog.
filter_unconventional = false
Expand Down
Loading