Add .cow.json to 3.5 branch

This commit is contained in:
Damian Mooyman 2017-12-06 15:42:10 +13:00
parent c30abae60c
commit 68fdb0684e
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A
1 changed files with 19 additions and 0 deletions

19
.cow.json Normal file
View File

@ -0,0 +1,19 @@
{
"github-slug": "silverstripe/silverstripe-installer",
"changelog-holder": "silverstripe/framework",
"changelog-path": "docs/en/04_Changelogs/{stability}/{version}.md",
"child-stability-inherit": true,
"dependency-constraint": "exact",
"vendors": [
"silverstripe"
],
"archives": [
{
"recipe": "silverstripe/installer",
"files": [
"SilverStripe-cms-v{version}.zip",
"SilverStripe-cms-v{version}.tar.gz"
]
}
]
}