From c429cac0d834bcfbd996815e4b6184f0c2df3121 Mon Sep 17 00:00:00 2001 From: TULCHINSKI LIRAN Date: Thu, 9 Apr 2026 10:41:11 +0300 Subject: [PATCH] helm: fix release-please configuration --- release-please-config.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index 5bf8a4d..41e607b 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -22,5 +22,20 @@ } ] } - } + }, + "changelog-sections": [ + { "type": "feat", "section": "Features" }, + { "type": "fix", "section": "Bug Fixes" }, + { "type": "revert", "section": "Reverts" }, + { "type": "helm", "section": "Helm Changes", "hidden": false }, + { "type": "deps", "section": "Dependency Updates", "hidden": false }, + { "type": "devdeps", "section": "Dev Dependency Updates", "hidden": true }, + { "type": "refactor", "section": "Code Refactoring", "hidden": false }, + { "type": "build", "section": "Build System", "hidden": false }, + { "type": "chore", "section": "Miscellaneous Chores", "hidden": true }, + { "type": "docs", "section": "Documentation", "hidden": true }, + { "type": "style", "section": "Styles", "hidden": true }, + { "type": "test", "section": "Tests", "hidden": true }, + { "type": "ci", "section": "Continuous Integration", "hidden": true } + ] }