diff --git a/.github/changelog-configuration.json b/.github/changelog-configuration.json index c7241cd4..f02788f7 100644 --- a/.github/changelog-configuration.json +++ b/.github/changelog-configuration.json @@ -1,6 +1,4 @@ { - "template": "#{{CHANGELOG}}", - "pr_template": "* #{{TITLE}} by #{{AUTHOR}}", "categories": [ { "title": "## What's Added", @@ -19,4 +17,6 @@ "labels": [] } ], + "template": "#{{CHANGELOG}}", + "pr_template": "* #{{TITLE}} by #{{AUTHOR}}", }