mirror of
https://github.com/penpot/penpot-helm.git
synced 2024-12-22 13:43:01 -05:00
13 lines
433 B
YAML
13 lines
433 B
YAML
|
---
|
||
|
# cr.yaml
|
||
|
## Reference: https://github.com/helm/chart-releaser
|
||
|
index-path: "./index.yaml"
|
||
|
# Set to true for GPG signing
|
||
|
sign: true
|
||
|
# UID of the GPG key to use
|
||
|
key: Kaleidos INC <infra@kaleidos.net>
|
||
|
# 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
|