Skip to content

Commit

Permalink
chore: Ensure we pick up security related commits in the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar committed May 20, 2024
1 parent abdfd9d commit c663282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ commit_preprocessors = [
]
# regex for parsing and grouping commits
commit_parsers = [
{ message = ".*security", group = "Security"},
{ message = "^feat", group = "Features"},
{ message = "^fix", group = "Bug Fixes"},
{ message = "^doc", group = "Documentation"},
Expand All @@ -49,7 +50,6 @@ commit_parsers = [
{ message = "^chore\\(release\\): prepare for", skip = true},
{ message = "^chore", skip = true},
{ message = "^ci", skip = true},
{ body = ".*[sS]ecurity", group = "Security"},
]
# filter out the commits that are not matched by commit parsers
filter_commits = true
Expand Down

0 comments on commit c663282

Please sign in to comment.