Repository: Rename Changelog.md.gotmpl into changelog/controller.md.gotmpl.

This commit is contained in:
Marco Ebert 2023-11-08 14:12:22 +01:00
parent eb1303da02
commit 6cd7331bd5
2 changed files with 1 additions and 1 deletions

View file

@ -37,7 +37,7 @@ type ReleaseNote struct {
func (r ReleaseNote) Template() { func (r ReleaseNote) Template() {
// Files are provided as a slice of strings. // Files are provided as a slice of strings.
changelogTemplate, err := os.ReadFile("Changelog.md.gotmpl") changelogTemplate, err := os.ReadFile("changelog/controller.md.gotmpl")
if err != nil { if err != nil {
ErrorF("Could not read changelog template file %s", err) ErrorF("Could not read changelog template file %s", err)
} }