Skip to content

Commit

Permalink
chore: Generate release notes
Browse files Browse the repository at this point in the history
Start using the flag introduced in https://github.com/helm/chart-releaser/releases/tag/v1.5.0
which relies on GitHub to generate release notes automatically.
  • Loading branch information
nikolaik committed Jan 11, 2023
1 parent f2855cd commit 986b9c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Run chart-releaser
uses: helm/chart-releaser-action@be16258da8010256c6e82849661221415f031968 # pin@v1.4.0
uses: helm/chart-releaser-action@be16258da8010256c6e82849661221415f031968 # pin@v1.5.0
with:
config: cr.yaml
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

Expand Down
2 changes: 2 additions & 0 deletions cr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
generate-release-notes: true

0 comments on commit 986b9c0

Please sign in to comment.