diff --git a/.github/changelog_configuration.json b/.github/changelog_configuration.json index e5a08d1e..7519812c 100644 --- a/.github/changelog_configuration.json +++ b/.github/changelog_configuration.json @@ -1,5 +1,5 @@ { - "template": "${{CHANGELOG}}", + "template": "${{CHANGELOG}}\n\n
\nUncategorized\n\n${{UNCATEGORIZED}}\n
", "pr_template": "- ${{TITLE}} #${{NUMBER}}", "empty_template": "- no changes", "categories": [ @@ -20,4 +20,4 @@ "tag_resolver": { "method": "semver" } -} \ No newline at end of file +}