From a3d547b64f3a3f8a01d339741669924087240bcd Mon Sep 17 00:00:00 2001 From: mitchelbaker-cisa <149098823+mitchelbaker-cisa@users.noreply.github.com> Date: Fri, 23 Feb 2024 16:08:06 -0800 Subject: [PATCH] Update changelog-configuration.json --- .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 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}}", }