From 1a05e0d3cae81504b0f79f54b312119bb851ccc5 Mon Sep 17 00:00:00 2001 From: Oleg Smirnov Date: Fri, 2 Aug 2024 13:48:27 +0400 Subject: [PATCH] Add header for contributors section --- changelog_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog_config.json b/changelog_config.json index 9ea67328..a9b51b79 100644 --- a/changelog_config.json +++ b/changelog_config.json @@ -36,7 +36,7 @@ "order": "ASC", "on_property": "mergedAt" }, - "template": "#{{CHANGELOG}}\n\n
\nUncategorized\n\n#{{UNCATEGORIZED}}\n
\n\n
\nAlso merged but not included in notes\n\n#{{IGNORED}}\n
\n\n#{{CONTRIBUTORS}}\n\n#{{RELEASE_DIFF}}", + "template": "#{{CHANGELOG}}\n\n
\nUncategorized\n\n#{{UNCATEGORIZED}}\n
\n\n
\nAlso merged but not included in notes\n\n#{{IGNORED}}\n
\n\n### Contributors\n\n#{{CONTRIBUTORS}}\n\n#{{RELEASE_DIFF}}", "pr_template": "- #{{TITLE}} (PR: ##{{NUMBER}})", "empty_template": "Nothing here today", "trim_values": true,