From 41f865a79c6d27e117a89c6823ff4733e4dbc99d Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Thu, 15 Sep 2016 18:49:23 +1200 Subject: [PATCH] Add experimental release metadata to module --- .cow.json | 15 +++++++++++++++ .gitattributes | 3 ++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 .cow.json diff --git a/.cow.json b/.cow.json new file mode 100644 index 0000000..1895bac --- /dev/null +++ b/.cow.json @@ -0,0 +1,15 @@ +{ + "github-slug": "silverstripe/silverstripe-installer", + "changelog-holder": "silverstripe/framework", + "changelog-path": "docs/en/04_Changelogs/{stability}/{version}.md", + "child-stability-inherit": true, + "dependency-constraint": "loose", + "vendors": [ + "silverstripe" + ], + "tests": [ + "vendor/bin/phpunit framework/admin/tests", + "vendor/bin/phpunit framework/tests", + "vendor/bin/phpunit cms/tests" + ] +} diff --git a/.gitattributes b/.gitattributes index 278e73c..4ff3c7d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ .gitattributes export-ignore +.cow.json export-ignore behat.yml export-ignore build.properties.default export-ignore build.xml export-ignore @@ -10,4 +11,4 @@ phpunit.teamcity.mssql.xml export-ignore phpunit.teamcity.postgresql.xml export-ignore phpunit.teamcity.sqlite3.xml export-ignore phpunit.teamcity.xml export-ignore -phpunit.xml.dist export-ignore \ No newline at end of file +phpunit.xml.dist export-ignore