Skip to content

Commit

Permalink
add new change-type DEVand remove PERF
Browse files Browse the repository at this point in the history
- new: DEV / Development/Infrastructure/Test/CI
- removed: PERF / Performance Improvements
  • Loading branch information
treee111 committed Oct 21, 2021
1 parent b2a798e commit d070c25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .chglog/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ info:
title: CHANGELOG
repository_url: https://github.com/treee111/wahooMapsCreator
options:
tag_filter_pattern: '^v'
tag_filter_pattern: "^v"
sort: "semver"
commits:
filters:
Type:
- FEATURE
- FIX
- PERF
- DEV
- BREAKING
commit_groups:
title_maps:
FEATURE: Features
FIX: Bug Fixes
PERF: Performance Improvements
DEV: Development/Infrastructure/Test/CI
BREAKING: Breaking Changes
header:
pattern: "^\\[(\\w*)\\]\\s(?:([^\\:]*)\\:\\s)?(.*)$"
Expand All @@ -30,4 +30,4 @@ options:
- "#"
notes:
keywords:
- BREAKING CHANGE
- BREAKING CHANGE

0 comments on commit d070c25

Please sign in to comment.