From b4cb07c9223970032215686506742c559c2b61c9 Mon Sep 17 00:00:00 2001 From: Atri Date: Tue, 10 Feb 2026 11:44:49 -0500 Subject: [PATCH] chore: Add changelog sections to release please config --- release-please-config.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/release-please-config.json b/release-please-config.json index 995bf8d..bbd9f7f 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -17,6 +17,20 @@ "type": "generic", "path": "gradle.properties" } + ], + "changelog-sections": [ + { + "type": "feat", + "section": "Feature Changes" + }, + { + "type": "fix", + "section": "Bug Fixes" + }, + { + "type": "chore", + "section": "Miscellaneous Changes" + } ] } }