diff --git a/.cow.json b/.cow.json index 5b959e2..42bde8a 100644 --- a/.cow.json +++ b/.cow.json @@ -2,7 +2,7 @@ "github-slug": "silverstripe/silverstripe-installer", "changelog-holder": "silverstripe/framework", "changelog-path": "docs/en/04_Changelogs/{stability}/{version}.md", - "changelog-template": ".cow/.changelog.md.twig", + "changelog-template": ".cow/changelog.md.twig", "child-stability-inherit": true, "dependency-constraint": "exact", "vendors": [ diff --git a/.cow/changelog.md.twig b/.cow/changelog.md.twig index 471ba9e..5d35584 100644 --- a/.cow/changelog.md.twig +++ b/.cow/changelog.md.twig @@ -2,8 +2,6 @@ ## Overview -This release includes [CMS Recipe version X.X.X](#). - A full list of module versions included in CMS Recipe {{ version }} is provided below. We recommend referencing recipes in your dependencies, rather than individual modules, to simplify version tracking. See [Recipes](/getting_started/).