From e53fc4e2c935973a77266a572a303296a318e580 Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Wed, 9 Jan 2019 19:50:08 +0100 Subject: [PATCH] [INTERNAL] Changelog: Remove internal changes + add dependency changes --- .chglog/config.yml | 4 ++-- .chglog/release-config.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.chglog/config.yml b/.chglog/config.yml index c2e78b1c..42d7e69b 100755 --- a/.chglog/config.yml +++ b/.chglog/config.yml @@ -10,13 +10,13 @@ options: - FEATURE - FIX - PERF - - INTERNAL + - DEPENDENCY commit_groups: title_maps: FEATURE: Features FIX: Bug Fixes PERF: Performance Improvements - INTERNAL: Internal Changes + DEPENDENCY: Dependency Updates header: pattern: "^\\[(\\w*)\\]\\s(?:([^\\:]*)\\:\\s)?(.*)$" pattern_maps: diff --git a/.chglog/release-config.yml b/.chglog/release-config.yml index 0c6eb5e9..1a98f0a0 100755 --- a/.chglog/release-config.yml +++ b/.chglog/release-config.yml @@ -9,13 +9,13 @@ options: - FEATURE - FIX - PERF - - INTERNAL + - DEPENDENCY commit_groups: title_maps: FEATURE: Features FIX: Bug Fixes PERF: Performance Improvements - INTERNAL: Internal Changes + DEPENDENCY: Dependency Updates header: pattern: "^\\[(\\w*)\\]\\s(?:([^\\:]*)\\:\\s)?(.*)$" pattern_maps: