chore(release): exclude .github from app, pin chart to 0.6.1 patch

Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com>
This commit is contained in:
Noste
2026-05-31 12:50:15 +02:00
parent 1c9043c697
commit fe1765597c
+8 -2
View File
@@ -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"
}
}
}