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 @@ -60,6 +60,7 @@ commit_parsers = [
{ message = '^test', group = '<!-- 6 -->🧪 Testing' },
{ message = '^release', skip = true },
{ message = '^chore', group = '<!-- 7 -->⚙️ Miscellaneous Tasks' },
{ message = ".*", group = "Other Changes", default_scope = "other changes"},
]

# filter out the commits that are not matched by commit parsers
Expand All @@ -75,3 +76,6 @@ sort_commits = "newest"

# glob pattern for matching git tags
tag_pattern = "^[0-9]+.[0-9]+.[0-9]+$"

# allow commits that don't follow the conventional commits standard
filter_unconventional = false
Loading