-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrelease-please-config.json
53 lines (53 loc) · 1.28 KB
/
release-please-config.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
44
45
46
47
48
49
50
51
52
53
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"bootstrap-sha": "ee1cb51e2177608be9e291f6bde17ca5d867016e",
"include-component-in-tag": true,
"include-v-in-tag": true,
"tag-separator": "@",
"separate-pull-requests": true,
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"packages": {
"charts/apps": {
"release-type": "helm",
"release-as": "0.2.2"
},
"charts/graph": {
"release-type": "helm",
"release-as": "0.11.1"
},
"charts/monitoring": {
"release-type": "helm",
"release-as": "0.2.0"
},
"charts/supergraph": {
"release-type": "helm",
"component": "supergraph"
},
"schema": {
"package-name": "supergraph-schema",
"release-type": "simple",
"component": "supergraph-schema"
},
"workflows/compose": {
"package-name": "compose",
"release-type": "simple",
"release-as": "0.1.0"
},
"workflows/update": {
"package-name": "update",
"release-type": "simple",
"release-as": "0.1.0"
}
},
"plugins": [
{
"type": "linked-versions",
"groupName": "supergraph",
"components": [
"supergraph",
"supergraph-schema"
]
}
]
}