From 68fdb0684efbabb8ab33badea0ee3a5ba80abc87 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Wed, 6 Dec 2017 15:42:10 +1300 Subject: [PATCH] Add .cow.json to 3.5 branch --- .cow.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .cow.json diff --git a/.cow.json b/.cow.json new file mode 100644 index 0000000..10503a0 --- /dev/null +++ b/.cow.json @@ -0,0 +1,19 @@ +{ + "github-slug": "silverstripe/silverstripe-installer", + "changelog-holder": "silverstripe/framework", + "changelog-path": "docs/en/04_Changelogs/{stability}/{version}.md", + "child-stability-inherit": true, + "dependency-constraint": "exact", + "vendors": [ + "silverstripe" + ], + "archives": [ + { + "recipe": "silverstripe/installer", + "files": [ + "SilverStripe-cms-v{version}.zip", + "SilverStripe-cms-v{version}.tar.gz" + ] + } + ] +}