From 2c3b238ef5149753cb182bfb9536d05eddb7dd9a Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Fri, 15 Mar 2024 11:48:38 +0000 Subject: [PATCH] Update ChangelogConfig.json with empty_template message --- Scripts/Release/ChangelogConfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Release/ChangelogConfig.json b/Scripts/Release/ChangelogConfig.json index 7d90f7c960..8f1f0ca9e3 100644 --- a/Scripts/Release/ChangelogConfig.json +++ b/Scripts/Release/ChangelogConfig.json @@ -35,7 +35,7 @@ }, "template": "#{{CHANGELOG}}\n\n
\nUncategorized\n\n#{{UNCATEGORIZED}}\n
", "pr_template": "- #{{TITLE}}\n - PR: ##{{NUMBER}}", - "empty_template": "", + "empty_template": "No significant changes were made. We have just fixed minor bugs for this release. You can find the detailed information in the commit history.", "label_extractor": [ { "pattern": "(.) (.+)",