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"