From 0c033a8994805a5ffb3fb80bf6e4af60f36ced7f Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Wed, 9 Jan 2019 19:50:08 +0100 Subject: [PATCH 1/2] [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 09a20f52..9e7c6262 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 6d443a73..102a0059 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: From 3f7e031f8a9318d94def274557e50eab72719903 Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Wed, 9 Jan 2019 20:23:33 +0100 Subject: [PATCH 2/2] [INTERNAL] Changelog: Add BREAKING tag --- .chglog/config.yml | 2 ++ .chglog/release-config.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.chglog/config.yml b/.chglog/config.yml index 9e7c6262..67dd3c1e 100755 --- a/.chglog/config.yml +++ b/.chglog/config.yml @@ -11,12 +11,14 @@ options: - FIX - PERF - DEPENDENCY + - BREAKING commit_groups: title_maps: FEATURE: Features FIX: Bug Fixes PERF: Performance Improvements DEPENDENCY: Dependency Updates + BREAKING: Breaking Changes header: pattern: "^\\[(\\w*)\\]\\s(?:([^\\:]*)\\:\\s)?(.*)$" pattern_maps: diff --git a/.chglog/release-config.yml b/.chglog/release-config.yml index 102a0059..9f9cd274 100755 --- a/.chglog/release-config.yml +++ b/.chglog/release-config.yml @@ -10,12 +10,14 @@ options: - FIX - PERF - DEPENDENCY + - BREAKING commit_groups: title_maps: FEATURE: Features FIX: Bug Fixes PERF: Performance Improvements DEPENDENCY: Dependency Updates + BREAKING: Breaking Changes header: pattern: "^\\[(\\w*)\\]\\s(?:([^\\:]*)\\:\\s)?(.*)$" pattern_maps: