Skip to content

Commit 7076391

Browse files
authored
chore: update modules release-please config (#5818)
By moving config into individual modules managed by other teams I no longer have to approve thier release PRs. The way it should be.
1 parent 6c98524 commit 7076391

23 files changed

Lines changed: 190 additions & 53 deletions

.github/release-please.yml

Lines changed: 50 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ handleGHRelease: true
22
manifest: true
33

44
branches:
5-
- branch: main
6-
handleGHRelease: true
7-
manifest: true
8-
manifestFile: .release-please-manifest-submodules.json
9-
manifestConfig: release-please-config-submodules.json
105
- branch: main
116
handleGHRelease: true
127
manifest: true
@@ -17,3 +12,53 @@ branches:
1712
manifest: true
1813
manifestFile: bigquery/.release-please-manifest.json
1914
manifestConfig: bigquery/release-please-config.json
15+
- branch: main
16+
handleGHRelease: true
17+
manifest: true
18+
manifestFile: bigtable/.release-please-manifest.json
19+
manifestConfig: bigtable/release-please-config.json
20+
- branch: main
21+
handleGHRelease: true
22+
manifest: true
23+
manifestFile: datastore/.release-please-manifest.json
24+
manifestConfig: datastore/release-please-config.json
25+
- branch: main
26+
handleGHRelease: true
27+
manifest: true
28+
manifestFile: errorreporting/.release-please-manifest.json
29+
manifestConfig: errorreporting/release-please-config.json
30+
- branch: main
31+
handleGHRelease: true
32+
manifest: true
33+
manifestFile: firestore/.release-please-manifest.json
34+
manifestConfig: firestore/release-please-config.json
35+
- branch: main
36+
handleGHRelease: true
37+
manifest: true
38+
manifestFile: logging/.release-please-manifest.json
39+
manifestConfig: logging/release-please-config.json
40+
- branch: main
41+
handleGHRelease: true
42+
manifest: true
43+
manifestFile: profiler/.release-please-manifest.json
44+
manifestConfig: profiler/release-please-config.json
45+
- branch: main
46+
handleGHRelease: true
47+
manifest: true
48+
manifestFile: pubsub/.release-please-manifest.json
49+
manifestConfig: pubsub/release-please-config.json
50+
- branch: main
51+
handleGHRelease: true
52+
manifest: true
53+
manifestFile: pubsublite/.release-please-manifest.json
54+
manifestConfig: pubsublite/release-please-config.json
55+
- branch: main
56+
handleGHRelease: true
57+
manifest: true
58+
manifestFile: spanner/.release-please-manifest.json
59+
manifestConfig: spanner/release-please-config.json
60+
- branch: main
61+
handleGHRelease: true
62+
manifest: true
63+
manifestFile: storage/.release-please-manifest.json
64+
manifestConfig: storage/release-please-config.json

.release-please-manifest-submodules.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"asset": "1.2.0",
1212
"assuredworkloads": "0.5.0",
1313
"automl": "1.3.0",
14-
"bigtable": "1.13.0",
1514
"billing": "1.2.0",
1615
"binaryauthorization": "0.4.0",
1716
"certificatemanager": "0.1.0",
@@ -30,18 +29,15 @@
3029
"dataplex": "0.4.0",
3130
"dataproc": "1.5.0",
3231
"dataqna": "0.3.0",
33-
"datastore": "1.6.0",
3432
"datastream": "0.3.0",
3533
"deploy": "1.2.0",
3634
"dialogflow": "1.7.0",
3735
"dlp": "1.3.0",
3836
"documentai": "1.4.0",
3937
"domains": "0.4.0",
40-
"errorreporting": "0.2.0",
4138
"essentialcontacts": "1.2.0",
4239
"eventarc": "1.4.0",
4340
"filestore": "1.2.0",
44-
"firestore": "1.6.1",
4541
"functions": "1.3.0",
4642
"gaming": "1.2.0",
4743
"gkeconnect": "0.3.0",
@@ -55,7 +51,6 @@
5551
"kms": "1.4.0",
5652
"language": "1.2.0",
5753
"lifesciences": "0.3.0",
58-
"logging": "1.4.2",
5954
"managedidentities": "1.2.0",
6055
"mediatranslation": "0.3.0",
6156
"memcache": "1.2.0",
@@ -73,9 +68,6 @@
7368
"phishingprotection": "0.3.0",
7469
"policytroubleshooter": "1.2.0",
7570
"privatecatalog": "0.3.0",
76-
"profiler": "0.2.0",
77-
"pubsub": "1.19.0",
78-
"pubsublite": "1.3.0",
7971
"recaptchaenterprise": "1.3.0",
8072
"recommendationengine": "0.2.0",
8173
"recommender": "1.3.0",
@@ -92,9 +84,7 @@
9284
"servicemanagement": "1.3.0",
9385
"serviceusage": "1.2.0",
9486
"shell": "1.2.0",
95-
"spanner": "1.30.1",
9687
"speech": "1.3.0",
97-
"storage": "1.21.0",
9888
"storagetransfer": "1.2.0",
9989
"talent": "0.5.0",
10090
"texttospeech": "1.3.0",
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"bigtable": "1.13.0"
3+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"release-type": "go-yoshi",
3+
"separate-pull-requests": true,
4+
"include-component-in-tag": true,
5+
"tag-separator": "/",
6+
"packages": {
7+
"bigtable": {
8+
"component": "bigtable"
9+
}
10+
}
11+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"datastore": "1.6.0"
3+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"release-type": "go-yoshi",
3+
"separate-pull-requests": true,
4+
"include-component-in-tag": true,
5+
"tag-separator": "/",
6+
"packages": {
7+
"datastore": {
8+
"component": "datastore"
9+
}
10+
}
11+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"errorreporting": "0.2.0"
3+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"release-type": "go-yoshi",
3+
"separate-pull-requests": true,
4+
"include-component-in-tag": true,
5+
"tag-separator": "/",
6+
"packages": {
7+
"errorreporting": {
8+
"component": "errorreporting"
9+
}
10+
}
11+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"firestore": "1.6.1"
3+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"release-type": "go-yoshi",
3+
"separate-pull-requests": true,
4+
"include-component-in-tag": true,
5+
"tag-separator": "/",
6+
"packages": {
7+
"firestore": {
8+
"component": "firestore"
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)