From dfa7be4f92bb69d67b815b93f6bbe3ab59d174a7 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 28 May 2024 03:09:46 +0100 Subject: [PATCH] ci(release-please): add all scopes for changelog --- release-please-config.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index 85040ae7..3a1478f6 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -12,7 +12,17 @@ } }, "changelog-sections": [ - { "type": "build", "section": "Build system & distribution", "hidden": false } + { "type": "feat", "section": "Features" }, + { "type": "fix", "section": "Bug Fixes" }, + { "type": "perf", "section": "Performance Improvements" }, + { "type": "revert", "section": "Reverts" }, + { "type": "docs", "section": "Documentation", "hidden": true }, + { "type": "style", "section": "Styles", "hidden": true }, + { "type": "chore", "section": "Miscellaneous Chores", "hidden": true }, + { "type": "refactor", "section": "Code Refactoring", "hidden": true }, + { "type": "test", "section": "Tests", "hidden": true }, + { "type": "build", "section": "Build system & distribution", "hidden": false }, + { "type": "ci", "section": "Continuous Integration", "hidden": true } ], "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" }