Skip to content

Commit

Permalink
CI: Enable release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Reichl <[email protected]>
  • Loading branch information
thetredev committed Mar 16, 2024
1 parent 3c86a7e commit af7f7a9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/configs/cr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Copied and modified from
## https://github.com/argoproj/argo-helm/blob/main/.github/configs/cr.yaml

## Reference: https://github.com/helm/chart-releaser
index-path: "./index.yaml"

# Disable PGP signing
# (currently no key available)
sign: false

# 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
2 changes: 2 additions & 0 deletions .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,7 @@ jobs:
- name: Run chart-releaser
uses: helm/[email protected]
with:
config: "./.github/configs/cr.yaml"
env:
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit af7f7a9

Please sign in to comment.