Skip to content

Commit

Permalink
build(git-cliff): add "Documentation" section
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed May 15, 2023
1 parent 55fcd58 commit 50431d8
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 = "^docs", group = "Documentation"},
{ message = "^ci", group = "CI"},
{ message = ".*", group = "Other"},
# { body = ".*security", group = "Security"},
Expand Down

0 comments on commit 50431d8

Please sign in to comment.