mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Merge pull request #137 from tractorcow/pulls/4.0/cow-meta
[WIP] Add experimental release metadata to module
This commit is contained in:
commit
70e85745fb
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"
|
||||||
|
]
|
||||||
|
}
|
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1,4 +1,5 @@
|
|||||||
.gitattributes export-ignore
|
.gitattributes export-ignore
|
||||||
|
.cow.json export-ignore
|
||||||
behat.yml export-ignore
|
behat.yml export-ignore
|
||||||
build.properties.default export-ignore
|
build.properties.default export-ignore
|
||||||
build.xml export-ignore
|
build.xml export-ignore
|
||||||
|
Loading…
Reference in New Issue
Block a user