fix(helm): Update helm version with release

This commit is contained in:
Chris Coutinho
2025-10-29 11:29:59 +01:00
parent 3878beaf65
commit 670188f9e4
3 changed files with 96 additions and 1 deletions
+3
View File
@@ -65,6 +65,9 @@ version_scheme = "pep440"
version_provider = "uv"
update_changelog_on_bump = true
major_version_zero = true
version_files = [
"charts/nextcloud-mcp-server/Chart.yaml:^appVersion:"
]
[tool.ruff.lint]
extend-select = ["I"]