From 0f1b82253bd0450933f9da7b6752a41d7a6f37f2 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 21 Oct 2022 11:09:24 +0200 Subject: [PATCH] GH-21 - Tweak changelog creation. Make sure that tickets assigned to our documentation component label do not get assigned to the documentation section. --- application.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/application.yml b/application.yml index 1ff4782c..a07acc7a 100644 --- a/application.yml +++ b/application.yml @@ -1,2 +1,9 @@ changelog: repository: spring-projects-experimental/spring-modulith + sections: + - title: ":star: New Features" + labels: ["type: enhancement"] + - title: ":beetle: Bugs" + labels: ["type: bug"] + - title: ":hammer: Dependency Upgrades" + labels: ["type: dependency-upgrade"]