ci(deps): update workflow actions and config (#18)

This commit is contained in:
2025-03-16 00:43:20 +00:00
committed by GitHub
parent de40d5459f
commit 90728a4807
4 changed files with 37 additions and 33 deletions

17
.github/release-please-config.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"packages": {
".": {
"release-type": "go",
"changelog-path": "CHANGELOG.md",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"draft": false,
"always-update": true,
"prerelease": false,
"extra-files": [
"chart/Chart.yaml"
]
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}