From e6c763d1acb4f33ae2a988952329c815d5bb6d0c Mon Sep 17 00:00:00 2001 From: Adam Cooke Date: Tue, 4 Feb 2025 10:56:06 +0000 Subject: [PATCH] chore: add additional changelog sections to release please --- release-please-config.json | 52 +++++++++++++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index 13dc90e..1087d81 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -7,7 +7,57 @@ "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, "draft": false, - "prerelease": false + "prerelease": false, + "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": "docs", + "section": "Documentation" + }, + { + "type": "style", + "section": "Styles" + }, + { + "type": "chore", + "section": "Miscellaneous Chores" + }, + { + "type": "refactor", + "section": "Code Refactoring" + }, + { + "type": "test", + "section": "Tests" + }, + { + "type": "build", + "section": "Build System" + }, + { + "type": "ci", + "section": "Continuous Integration" + } + ] } }, "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"