From b84adc5c312bcae5296d846d58c33ca84b770672 Mon Sep 17 00:00:00 2001 From: Adam Cooke Date: Sun, 17 Mar 2024 17:14:33 +0000 Subject: [PATCH] chore(release-please): update changelog sections --- release-please-config.json | 53 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/release-please-config.json b/release-please-config.json index 41571c6..4be0181 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -9,5 +9,58 @@ "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", + "hidden": true + }, + { + "type": "build", + "section": "Build System", + "hidden": true + }, + { + "type": "ci", + "section": "Continuous Integration", + "hidden": true + } + ], "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" }