Files
helm-charts/.releaserc
2024-11-08 22:09:32 -07:00

14 lines
230 B
Plaintext

{
"name": "helm-charts",
"branches": ["main"],
"plugins": [
[
"semantic-release-helm",
{
chartPath: './charts/open-webui',
crPublish: false,
onlyUpdateVersion: true
}
]
]
}