From df7bfce85ec7d6abaa987f87341c5af380904b51 Mon Sep 17 00:00:00 2001 From: Michael Beemer Date: Wed, 1 Mar 2023 14:34:03 -0500 Subject: [PATCH] chore: reorder release note sections Signed-off-by: Michael Beemer --- release-please-config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/release-please-config.json b/release-please-config.json index c180a14fe..550b62b7c 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -10,14 +10,14 @@ "bump-patch-for-minor-pre-major": true, "extra-files": ["snap/snapcraft.yaml"], "changelog-sections": [ - { - "type": "feat", - "section": "✨ New Features" - }, { "type": "fix", "section": "🐛 Bug Fixes" }, + { + "type": "feat", + "section": "✨ New Features" + }, { "type": "chore", "section": "🧹 Chore"