Skip to content

Commit

Permalink
chore: ensure feat is always in Added
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv committed Jun 30, 2024
1 parent a12cce2 commit 162c6ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ filter_unconventional = true
split_commits = false
# regex for parsing and grouping commits
commit_parsers = [
{ message = "^feat.*", group = "Added" },
{ message = "^.*: add", group = "Added" },
{ message = "^.*: support", group = "Added" },
{ message = "^.*: remove", group = "Removed" },
Expand Down

0 comments on commit 162c6ef

Please sign in to comment.