From b4fb2be2b7863c821e9da0e4c2ce2a0904ebf668 Mon Sep 17 00:00:00 2001 From: Christian Benincasa Date: Fri, 8 Nov 2024 07:53:09 -0500 Subject: [PATCH] chore: include style changes in changelog --- release-please-config.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/release-please-config.json b/release-please-config.json index fd1e6086e..52cd2ce03 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -32,6 +32,14 @@ "path": "shared/package.json", "jsonpath": "$.version" } + ], + "changelog-sections": [ + { "type": "feat", "section": "Features" }, + { "type": "feature", "section": "Features" }, + { "type": "fix", "section": "Bug Fixes" }, + { "type": "perf", "section": "Performance Improvements" }, + { "type": "revert", "section": "Reverts" }, + { "type": "style", "section": "UI Changes" } ] } },