From ccd10ec0fccb27b6fb3df7ede5a738b6ea8c5c9b Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Sat, 2 Nov 2024 10:56:21 +0100 Subject: [PATCH] - update template formatting --- configs/configuration_repo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/configuration_repo.json b/configs/configuration_repo.json index e42738df..c2ae9e57 100644 --- a/configs/configuration_repo.json +++ b/configs/configuration_repo.json @@ -21,7 +21,7 @@ "labels": ["dependencies"] } ], - "template": "#{{CHANGELOG}}\n\nContributors:\n- #{{CONTRIBUTORS}}", + "template": "#{{CHANGELOG}}\n## Contributors:\n- #{{CONTRIBUTORS}}", "max_pull_requests": 1000, "max_back_track_time_days": 1000 } \ No newline at end of file