Skip to content

Commit

Permalink
filter more changelog types
Browse files Browse the repository at this point in the history
  • Loading branch information
barryib committed Mar 14, 2020
1 parent ee836f4 commit 3211d4e
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .chglog/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,30 @@ info:
options:

commits:
sort_by: Scope
sort_by: Type
filters:
Type:
- feat
- fix
- improvement
- docs
- refactor
- test
- ci
- chore

commit_groups:
group_by: Type
sort_by: Type
title_maps:
feat: ENHANCEMENTS
feat: FEATURES
fix: BUG FIXES
improvement: ENHANCEMENTS
docs: DOCS
refactor: REFACTORS
test: TESTS
ci: CI
chore: CHORES

# header:
# pattern: "^(.*)$"
Expand Down

0 comments on commit 3211d4e

Please sign in to comment.