From 2ba26707fbd2c9e047962d3139a3157e9667bf9c Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Mon, 12 Aug 2024 21:21:29 +0200 Subject: [PATCH] GH-2180 - Add application.yml for change log creation. --- application.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 application.yml diff --git a/application.yml b/application.yml new file mode 100644 index 00000000..b44d572f --- /dev/null +++ b/application.yml @@ -0,0 +1,13 @@ +changelog: + repository: spring-projects/spring-hateoas + sections: + - title: ":star: New Features" + labels: ["type: new feature"] + - title: ":bulb: Improvements" + labels: ["type: enhancement"] + - title: ":beetle: Bugs" + labels: ["type: bug"] + - title: ":book: Documentation" + labels: ["in: documentation"] + - title: ":hammer: Dependency Upgrades" + labels: ["type: dependency-upgrade"]