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

12 lines
170 B
Plaintext

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