forked from silverstripe/recipe-kitchen-sink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cow.json
43 lines (43 loc) · 1.21 KB
/
.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
32
33
34
35
36
37
38
39
40
41
42
43
{
"github-slug": "silverstripe/recipe-kitchen-sink",
"changelog-holder": "silverstripe/framework",
"changelog-path": "docs/en/04_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"
],
"exclude": [
"silverstripe/recipe-plugin"
],
"upgrade-only": [
"dnadesign/silverstripe-elemental-userforms",
"silverstripe/subsites",
"tractorcow/silverstripe-fluent",
"cwp/cwp-core",
"cwp/cwp",
"cwp/cwp-pdfexport",
"cwp/agency-extensions",
"cwp/watea-theme",
"cwp/starter-theme",
"symbiote/silverstripe-multivaluefield"
]
}