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:
JesseBot 2023-12-02 16:52:25 +01:00 committed by GitHub
parent 1f06e26080
commit fa1b058767
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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