From 7a72dc16f644fb1a70d3abdefe90519baf4defad Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Wed, 9 Aug 2023 22:27:13 +0200 Subject: [PATCH] GH-260 - Upgrade change log configuration to include improvements. --- application.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application.yml b/application.yml index 2a80c071..5c5d533b 100644 --- a/application.yml +++ b/application.yml @@ -3,6 +3,8 @@ changelog: sections: - title: ":star: New Features" labels: ["type: enhancement"] + - title: ":bulb: Improvements" + labels: ["type: improvement"] - title: ":beetle: Bugs" labels: ["type: bug"] - title: ":book: Documentation"