Skip to content

Commit

Permalink
chore(config): Exclude changes to testing files from CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Oakchris1955 committed Jul 20, 2024
1 parent ba684ae commit 07d75c1
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 @@ -57,6 +57,7 @@ split_commits = false
commit_parsers = [
{ message = "^chore", skip = true },
{ message = "^ci", skip = true },
{ message = "^test", skip = true },
{ message = "^.*: add", group = "Added" },
{ message = "^.*: create", group = "Added" },
{ message = "^.*: support", group = "Added" },
Expand Down

0 comments on commit 07d75c1

Please sign in to comment.