Merge pull request #137 from tractorcow/pulls/4.0/cow-meta

[WIP] Add experimental release metadata to module
This commit is contained in:
Daniel Hensby 2016-10-12 01:11:01 +01:00 committed by GitHub
commit 70e85745fb
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