Skip to content

Commit

Permalink
chore(git): ignore chore commits from the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Oakchris1955 committed Jul 20, 2024
1 parent 6792a34 commit ee0b8df
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 @@ -55,6 +55,7 @@ filter_unconventional = true
split_commits = false
# regex for parsing and grouping commits
commit_parsers = [
{ message = "^chore", skip = true },
{ message = "^.*: add", group = "Added" },
{ message = "^.*: create", group = "Added" },
{ message = "^.*: support", group = "Added" },
Expand Down

0 comments on commit ee0b8df

Please sign in to comment.