Repository: Rename Changelog.md.gotmpl
into changelog/controller.md.gotmpl
.
This commit is contained in:
parent
eb1303da02
commit
6cd7331bd5
2 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ type ReleaseNote struct {
|
|||
|
||||
func (r ReleaseNote) Template() {
|
||||
// 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 {
|
||||
ErrorF("Could not read changelog template file %s", err)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue