From 179160f150d4509307b3a4bd4f3af4865b98bc76 Mon Sep 17 00:00:00 2001 From: Paolo Lucchino Date: Mon, 25 May 2026 15:15:22 +0200 Subject: [PATCH] ci: hide non-release commit types from Release Please changelog --- release-please-config.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/release-please-config.json b/release-please-config.json index 01107b1..f661ff4 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,6 +1,18 @@ { "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", "release-type": "python", + "changelog-types": [ + {"type": "feat", "section": "Features", "hidden": false}, + {"type": "fix", "section": "Bug Fixes", "hidden": false}, + {"type": "perf", "section": "Performance Improvements", "hidden": false}, + {"type": "docs", "section": "Documentation", "hidden": true}, + {"type": "chore", "section": "Miscellaneous Chores", "hidden": true}, + {"type": "ci", "section": "Continuous Integration", "hidden": true}, + {"type": "refactor", "section": "Code Refactoring", "hidden": true}, + {"type": "test", "section": "Tests", "hidden": true}, + {"type": "style", "section": "Styles", "hidden": true}, + {"type": "build", "section": "Build System", "hidden": true} + ], "packages": { ".": { "package-name": "data-bridges-knots"