From fa1b0587672479f54030799374da82406d8e2146 Mon Sep 17 00:00:00 2001 From: JesseBot Date: Sat, 2 Dec 2023 16:52:25 +0100 Subject: [PATCH] Update helm.yaml - turn on automatic release note generation for the helm chart Merged pull requests will now show up in the GitHub release --- .github/workflows/helm.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/helm.yaml b/.github/workflows/helm.yaml index c6cb31320..78c8fa640 100644 --- a/.github/workflows/helm.yaml +++ b/.github/workflows/helm.yaml @@ -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