Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
chore(changelog): config optimizations
Browse files Browse the repository at this point in the history
Signed-off-by: Bruce D'Arcus <bdarcus@gmail.com>
  • Loading branch information
bdarcus committed May 23, 2023
1 parent d083dd8 commit 17a1647
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .chglog/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,28 @@ options:
- refactor
commit_groups:
group_by: Type
sort_by: Title
sort_by: RawTitle
title_maps:
feat: Added
fix: Fixed
refactor: Changed
title_order:
- feat
- fix
- refactor
header:
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
pattern_maps:
- Type
- Scope
- Subject
issues:
prefix:
- #
refs:
actions:
- Closes
- Fixes
notes:
keywords:
- BREAKING CHANGE

0 comments on commit 17a1647

Please sign in to comment.