Chart: Rename changelog.md.gotmpl
into changelog/helm-chart.md.gotmpl
.
This commit is contained in:
parent
433781c918
commit
559c03d1d3
2 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ func (r ReleaseNote) Template() {
|
|||
|
||||
func (r ReleaseNote) HelmTemplate() {
|
||||
// Files are provided as a slice of strings.
|
||||
changelogTemplate, err := os.ReadFile("charts/ingress-nginx/changelog.md.gotmpl")
|
||||
changelogTemplate, err := os.ReadFile("charts/ingress-nginx/changelog/helm-chart.md.gotmpl")
|
||||
if err != nil {
|
||||
ErrorF("Could not read changelog template file %s", err)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue