From 32dc68e3f59165853e2b9861e189ba27f73ceb44 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 21:36:58 +0000 Subject: [PATCH] chore: Override PHP default changelog sections Co-Authored-By: unknown <> --- release-please-config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release-please-config.json b/release-please-config.json index 5033c27..cd01455 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -6,6 +6,10 @@ "versioning": "default", "include-v-in-tag": false, "include-component-in-tag": false, + "changelog-sections": [ + {"type": "feat", "section": "Features"}, + {"type": "fix", "section": "Bug Fixes"} + ], "extra-files": [ ".github/actions/build-docs/action.yml", "src/Provider.php"