From 7543ef961cdeb44c26d965dc91c7c50e5533c176 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Thu, 20 Jun 2024 11:51:20 +0200 Subject: [PATCH] - update only repo specific config --- configs/configuration.json | 2 +- configs/configuration_repo.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/configuration.json b/configs/configuration.json index 98bf59c..d220c1f 100644 --- a/configs/configuration.json +++ b/configs/configuration.json @@ -14,7 +14,7 @@ } ], "sort": "ASC", - "template": "${{CHANGELOG}}\n\nContributors:\n${{CONTRIBUTORS}}", + "template": "${{CHANGELOG}}", "pr_template": "- ${{TITLE}}\n - PR: #${{NUMBER}}", "empty_template": "- no changes", "max_pull_requests": 1000, diff --git a/configs/configuration_repo.json b/configs/configuration_repo.json index e44e403..876d0d9 100644 --- a/configs/configuration_repo.json +++ b/configs/configuration_repo.json @@ -21,6 +21,7 @@ "labels": ["dependencies"] } ], + "template": "${{CHANGELOG}}\n\nContributors:\n${{CONTRIBUTORS}}", "max_pull_requests": 1000, "max_back_track_time_days": 1000 } \ No newline at end of file