From f47661c3d26de7fa51a7f3a44ecbaa185a182493 Mon Sep 17 00:00:00 2001 From: Carlos Quintana <74399022+cquintana92@users.noreply.github.com> Date: Mon, 5 Sep 2022 16:43:18 +0200 Subject: [PATCH] Add uncategorized PRs to changelog (#1270) --- .github/changelog_configuration.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}