Skip to content

Commit

Permalink
chore(github): Generate release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Frank <[email protected]>
  • Loading branch information
syphernl authored and leogr committed Dec 13, 2024
1 parent 5e50b52 commit fcb30ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0
with:
charts_dir: charts
config: cr.yaml
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

Expand Down
3 changes: 3 additions & 0 deletions cr.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fcb30ee

Please sign in to comment.