Skip to content

Commit

Permalink
build(git-cliff): put "ci" commits into "CI" section of changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed May 15, 2023
1 parent 081178d commit 55fcd58
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 @@ -25,6 +25,7 @@ commit_parsers = [
{ message = "^chore\\(release\\): prepare for", skip = true},
{ message = "^chore", group = "Miscellaneous Tasks"},
{ message = "^build", group = "Build system"},
{ message = "^ci", group = "CI"},
{ message = ".*", group = "Other"},
# { body = ".*security", group = "Security"},
]
Expand Down

0 comments on commit 55fcd58

Please sign in to comment.