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": { ".": {} }