Skip to content

Commit 6c32a7e

Browse files
committed
ci: bootstrap release please
Update manifest with current versions from charts Update config Remove workflows/compose and workflows/update, which are now both action.yaml Do not add action.yaml to release please as we are running the action from main and it is unclear how to make release please to version a single file
1 parent 4069219 commit 6c32a7e

File tree

2 files changed

+43
-19
lines changed

2 files changed

+43
-19
lines changed

.release-please-manifest.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
{}
1+
{
2+
"+1": "0.0.0",
3+
"charts/apps": "0.2.3",
4+
"+2": "0.0.0",
5+
"charts/graph": "0.12.0",
6+
"+3": "0.0.0",
7+
"charts/monitoring": "0.2.0",
8+
"+4": "0.0.0",
9+
"charts/supergraph": "1.0.0",
10+
"+5": "0.0.0",
11+
"schema": "1.0.0"
12+
}

release-please-config.json

Lines changed: 31 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,56 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3-
"bootstrap-sha": "ee1cb51e2177608be9e291f6bde17ca5d867016e",
43
"include-component-in-tag": true,
54
"include-v-in-tag": true,
65
"tag-separator": "@",
76
"separate-pull-requests": true,
87
"bump-minor-pre-major": true,
98
"bump-patch-for-minor-pre-major": true,
9+
"group-pull-request-title-pattern": "chore${scope}: release supergraph libraries",
1010
"packages": {
1111
"charts/apps": {
12+
"component": "apps",
1213
"release-type": "helm",
13-
"release-as": "0.2.2"
14+
"extra-files": [
15+
{
16+
"type": "yaml",
17+
"path": "/charts/apps/Chart.yaml",
18+
"jsonpath": "$.appVersion"
19+
}]
1420
},
1521
"charts/graph": {
22+
"component": "graph",
1623
"release-type": "helm",
17-
"release-as": "0.11.1"
24+
"extra-files": [
25+
{
26+
"type": "yaml",
27+
"path": "/charts/graph/Chart.yaml",
28+
"jsonpath": "$.appVersion"
29+
}]
1830
},
1931
"charts/monitoring": {
32+
"component": "monitoring",
2033
"release-type": "helm",
21-
"release-as": "0.2.0"
34+
"extra-files": [
35+
{
36+
"type": "yaml",
37+
"path": "/charts/monitoring/Chart.yaml",
38+
"jsonpath": "$.appVersion"
39+
}]
2240
},
2341
"charts/supergraph": {
42+
"component": "supergraph",
2443
"release-type": "helm",
25-
"component": "supergraph"
44+
"extra-files": [
45+
{
46+
"type": "yaml",
47+
"path": "/charts/supergraph/Chart.yaml",
48+
"jsonpath": "$.appVersion"
49+
}]
2650
},
2751
"schema": {
28-
"package-name": "supergraph-schema",
29-
"release-type": "simple",
30-
"component": "supergraph-schema"
31-
},
32-
"workflows/compose": {
33-
"package-name": "compose",
34-
"release-type": "simple",
35-
"release-as": "0.1.0"
36-
},
37-
"workflows/update": {
38-
"package-name": "update",
39-
"release-type": "simple",
40-
"release-as": "0.1.0"
52+
"component": "supergraph-schema",
53+
"release-type": "simple"
4154
}
4255
},
4356
"plugins": [

0 commit comments

Comments
 (0)