Skip to content

Commit

Permalink
ci: Enable changelog for ci changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stmh committed Oct 17, 2024
1 parent 9ff79b4 commit b1af353
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 @@ -46,7 +46,7 @@ commit_parsers = [
{ message = "^refactor", group = "Refactor" },
{ message = "^style", group = "Styling" },
{ message = "^test", group = "Testing", skip = true },
{ message = "^ci", group = "CI", skip = true },
{ message = "^ci", group = "CI", skip = false },
{ message = "^chore\\(release\\): prepare for", skip = true },
{ message = "^chore", group = "Miscellaneous Tasks", skip = true },
{ body = ".*security", group = "Security" },
Expand Down

0 comments on commit b1af353

Please sign in to comment.