From fe1765597c38885f40fbcddf05c4140fbfa6bd3d Mon Sep 17 00:00:00 2001 From: Noste <83548733+Noooste@users.noreply.github.com> Date: Sun, 31 May 2026 12:50:15 +0200 Subject: [PATCH] chore(release): exclude .github from app, pin chart to 0.6.1 patch Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com> --- release-please-config.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/release-please-config.json b/release-please-config.json index d0fc3b0..9312015 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -9,14 +9,20 @@ "component": "garage-ui", "include-component-in-tag": false, "changelog-path": "CHANGELOG.md", - "exclude-paths": ["helm/garage-ui"] + "exclude-paths": [ + "helm/garage-ui", + ".github", + "docs", + "scripts" + ] }, "helm/garage-ui": { "release-type": "helm", "component": "garage-ui-chart", "package-name": "garage-ui", "include-component-in-tag": true, - "changelog-path": "CHANGELOG.md" + "changelog-path": "CHANGELOG.md", + "release-as": "0.6.1" } } }