Chart: Rename changelog.md.gotmpl into changelog/helm-chart.md.gotmpl.

This commit is contained in:
Marco Ebert 2023-11-08 14:15:07 +01:00
parent 433781c918
commit 559c03d1d3
2 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,9 @@
# Changelog
This file documents all notable changes to [ingress-nginx](https://github.com/kubernetes/ingress-nginx) Helm Chart. The release numbering uses [semantic versioning](http://semver.org).
### {{ .NewHelmChartVersion }}
{{ with .HelmUpdates }}
{{ range . }}* {{ . }}
{{ end }}{{ end }}
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-{{ .PreviousHelmChartVersion }}...helm-chart-{{ .NewHelmChartVersion }}