chore(github): Generate release notes (#2115)
chore: Generate release notes Signed-off-by: Lukas Jost <lukas.jost@outlook.com>
This commit is contained in:
parent
aec5d9d723
commit
68f24d146c
1 changed files with 4 additions and 0 deletions
4
.github/configs/cr.yaml
vendored
4
.github/configs/cr.yaml
vendored
|
@ -6,3 +6,7 @@ sign: true
|
|||
key: Argo Helm maintainers
|
||||
# keyring: # Set via env variable CR_KEYRING
|
||||
# passphrase-file: # Set via env variable CR_PASSPHRASE_FILE
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue