Skip to content

Commit

Permalink
chore(config): Add "Breaking Changes" section to config example
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed May 9, 2024
1 parent d386ce0 commit 991e5e8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions config_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@ abbrev: 8
# - order determines the sort order of the group.
# - regexp is matched against the first line of each commit.
groups:
- title: Features
- title: Breaking Changes
order: 0
regexp: "^.+?!:"
- title: Features
order: 1
regexp: "^(feat)"
- title: Fixes
order: 1
order: 2
regexp: "^(fix|perf)"
- title: Others
order: 999
Expand Down

0 comments on commit 991e5e8

Please sign in to comment.