From a7145c3b86be58ee232104f2d3b83fdd91a319ba Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 17 May 2024 08:18:48 +0200 Subject: [PATCH] GH-605 - Fix repository reference for changelog generator. --- application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application.yml b/application.yml index 5c5d533b..f4ef409d 100644 --- a/application.yml +++ b/application.yml @@ -1,5 +1,5 @@ changelog: - repository: spring-projects-experimental/spring-modulith + repository: spring-projects/spring-modulith sections: - title: ":star: New Features" labels: ["type: enhancement"]