Skip to content

Commit 5500be5

Browse files
committed
Enable automatic release notes
1 parent d4d9dba commit 5500be5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- name: Run chart-releaser
3636
uses: helm/[email protected]
3737
env:
38+
CR_GENERATE_RELEASE_NOTES: "true"
3839
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
3940
with:
4041
skip_existing: true

0 commit comments

Comments
 (0)