From b07a888a4510d7f7aec4c0f6b73fb9e48d5ca09d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Dzivjak?= Date: Fri, 13 Mar 2026 16:43:06 +0100 Subject: [PATCH] chore: align release automation config --- release-please-config.json | 48 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/release-please-config.json b/release-please-config.json index 7e792a7..1bc9b9d 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -18,6 +18,54 @@ "pull-request-header": "Automated sumup-php SDK release", "pull-request-title-pattern": "release: ${version}", "extra-label": "release", + "changelog-sections": [ + { + "type": "feat", + "section": "Features" + }, + { + "type": "fix", + "section": "Bug Fixes" + }, + { + "type": "perf", + "section": "Performance Improvements" + }, + { + "type": "revert", + "section": "Reverts" + }, + { + "type": "chore", + "section": "Chores" + }, + { + "type": "docs", + "section": "Documentation" + }, + { + "type": "style", + "section": "Styles" + }, + { + "type": "refactor", + "section": "Refactors" + }, + { + "type": "test", + "section": "Tests", + "hidden": true + }, + { + "type": "build", + "section": "Build System & Dependencies" + }, + { + "type": "ci", + "section": "Continuous Integration", + "hidden": true + } + ], "packages": { ".": {} }