mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Add experimental release metadata to module
This commit is contained in:
parent
fce041c5af
commit
41f865a79c
15
.cow.json
Normal file
15
.cow.json
Normal 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
3
.gitattributes
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user