-
Notifications
You must be signed in to change notification settings - Fork 6
/
.cow.json
31 lines (31 loc) · 906 Bytes
/
.cow.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"github-slug": "silverstripe/recipe-kitchen-sink",
"changelog-holder": "silverstripe/developer-docs",
"changelog-path": "en/08_Changelogs/{stability}/{version}.md",
"changelog-template": ".cow/changelog.md.twig",
"changelog-include-other-changes": false,
"child-stability-inherit": [
"silverstripe/recipe-core",
"silverstripe/recipe-cms",
"silverstripe/recipe-blog",
"silverstripe/recipe-form-building",
"silverstripe/recipe-authoring-tools",
"silverstripe/recipe-collaboration",
"silverstripe/recipe-reporting-tools",
"silverstripe/recipe-ccl",
"silverstripe/recipe-solr-search",
"silverstripe/recipe-services",
"silverstripe/recipe-content-blocks",
"silverstripe/installer"
],
"dependency-constraint": "loose",
"vendors": [
"cwp",
"silverstripe",
"tractorcow",
"symbiote",
"dnadesign"
],
"upgrade-only": [
]
}