From 705bc81a7190f5ccfd4db86ff694c72bf6e56298 Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Wed, 9 Jan 2019 20:23:33 +0100 Subject: [PATCH] [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 42d7e69b..206470c6 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 1a98f0a0..7373e8b2 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: