Update helm.yaml - turn on automatic release note generation for the helm chart
Merged pull requests will now show up in the GitHub release
This commit is contained in:
parent
1f06e26080
commit
fa1b058767
1 changed files with 1 additions and 0 deletions
1
.github/workflows/helm.yaml
vendored
1
.github/workflows/helm.yaml
vendored
|
@ -78,5 +78,6 @@ jobs:
|
|||
CR_SKIP_EXISTING: true
|
||||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
CR_RELEASE_NAME_TEMPLATE: "helm-chart-{{ .Version }}"
|
||||
CR_GENERATE_RELEASE_NOTES: true
|
||||
with:
|
||||
charts_dir: charts
|
||||
|
|
Loading…
Reference in a new issue