Files
helm-charts/.releaserc
2024-11-08 21:44:51 -07:00

13 lines
197 B
Plaintext

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