Add experimental release metadata to module

This commit is contained in:
Damian Mooyman 2016-09-15 18:49:23 +12:00
parent fce041c5af
commit 41f865a79c
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A
2 changed files with 17 additions and 1 deletions

15
.cow.json Normal file
View File

@ -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"
]
}

3
.gitattributes vendored
View File

@ -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
phpunit.xml.dist export-ignore