diff --git a/changelog/Changelog-1.6.4.md b/changelog/controller-1.6.4.md similarity index 100% rename from changelog/Changelog-1.6.4.md rename to changelog/controller-1.6.4.md diff --git a/changelog/Changelog-1.7.0.md b/changelog/controller-1.7.0.md similarity index 100% rename from changelog/Changelog-1.7.0.md rename to changelog/controller-1.7.0.md diff --git a/changelog/Changelog-1.7.1.md b/changelog/controller-1.7.1.md similarity index 100% rename from changelog/Changelog-1.7.1.md rename to changelog/controller-1.7.1.md diff --git a/changelog/Changelog-1.8.0.md b/changelog/controller-1.8.0.md similarity index 100% rename from changelog/Changelog-1.8.0.md rename to changelog/controller-1.8.0.md diff --git a/changelog/Changelog-1.8.1.md b/changelog/controller-1.8.1.md similarity index 100% rename from changelog/Changelog-1.8.1.md rename to changelog/controller-1.8.1.md diff --git a/changelog/Changelog-1.8.2.md b/changelog/controller-1.8.2.md similarity index 100% rename from changelog/Changelog-1.8.2.md rename to changelog/controller-1.8.2.md diff --git a/changelog/Changelog-1.9.0-beta.0.md b/changelog/controller-1.9.0-beta.0.md similarity index 100% rename from changelog/Changelog-1.9.0-beta.0.md rename to changelog/controller-1.9.0-beta.0.md diff --git a/changelog/Changelog-1.9.0.md b/changelog/controller-1.9.0.md similarity index 100% rename from changelog/Changelog-1.9.0.md rename to changelog/controller-1.9.0.md diff --git a/changelog/Changelog-1.9.1.md b/changelog/controller-1.9.1.md similarity index 100% rename from changelog/Changelog-1.9.1.md rename to changelog/controller-1.9.1.md diff --git a/changelog/Changelog-1.9.3.md b/changelog/controller-1.9.3.md similarity index 100% rename from changelog/Changelog-1.9.3.md rename to changelog/controller-1.9.3.md diff --git a/changelog/Changelog-1.9.4.md b/changelog/controller-1.9.4.md similarity index 100% rename from changelog/Changelog-1.9.4.md rename to changelog/controller-1.9.4.md diff --git a/magefiles/utils/releasenote.go b/magefiles/utils/releasenote.go index d4e9a757e..f2e72f921 100644 --- a/magefiles/utils/releasenote.go +++ b/magefiles/utils/releasenote.go @@ -44,7 +44,7 @@ func (r ReleaseNote) Template() { Debug("ChangeLog Templates %s", string(changelogTemplate)) t := template.Must(template.New("changelog").Parse(string(changelogTemplate))) // create a new file - file, err := os.Create(fmt.Sprintf("changelog/Changelog-%s.md", r.Version)) + file, err := os.Create(fmt.Sprintf("changelog/controller-%s.md", r.Version)) if err != nil { ErrorF("Could not create changelog file %s", err) }