From d070c255a689581e9a40c88c1b09cb4fe4d09556 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Thu, 21 Oct 2021 13:21:22 +0200 Subject: [PATCH] add new change-type DEVand remove PERF - new: DEV / Development/Infrastructure/Test/CI - removed: PERF / Performance Improvements --- .chglog/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.chglog/config.yml b/.chglog/config.yml index 96329b51..ff9d9292 100755 --- a/.chglog/config.yml +++ b/.chglog/config.yml @@ -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)?(.*)$" @@ -30,4 +30,4 @@ options: - "#" notes: keywords: - - BREAKING CHANGE \ No newline at end of file + - BREAKING CHANGE