We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d9dba commit 5500be5Copy full SHA for 5500be5
.github/workflows/release.yml
@@ -35,6 +35,7 @@ jobs:
35
- name: Run chart-releaser
36
uses: helm/[email protected]
37
env:
38
+ CR_GENERATE_RELEASE_NOTES: "true"
39
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
40
with:
41
skip_existing: true
0 commit comments