From bf5b16d8699d0789da260cfb5cc1c86e9d6c1e9a Mon Sep 17 00:00:00 2001 From: winston Date: Sun, 29 Oct 2023 04:11:38 +0100 Subject: [PATCH] chore(release-please): add build scope to changelog (#81) --- release-please-config.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/release-please-config.json b/release-please-config.json index dbc6602..8d9510a 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -25,5 +25,12 @@ ] } }, + "changelog-sections": [ + { + "section": "Build system & distribution", + "type": "build", + "hidden": false + } + ], "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" }