diff --git a/.github/workflows/helm-charts-release.yaml b/.github/workflows/helm-charts-release.yaml index 0c6ac886..d88bde61 100644 --- a/.github/workflows/helm-charts-release.yaml +++ b/.github/workflows/helm-charts-release.yaml @@ -36,10 +36,12 @@ jobs: - name: Install Helm uses: azure/setup-helm@v1 with: - version: v3.6.3 + version: v3.12.0 - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.2.1 + uses: helm/chart-releaser-action@v1.5.0 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" CR_SKIP_EXISTING: true + with: + config: cr.yaml diff --git a/cr.yaml b/cr.yaml new file mode 100644 index 00000000..2ccc7d79 --- /dev/null +++ b/cr.yaml @@ -0,0 +1,3 @@ +# Enable automatic generation of release notes using GitHubs release notes generator. +# see: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes +generate-release-notes: true