...
Text file
src/cloud.google.com/go/release-please-config-individual.json
1{
2 "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3 "release-type": "go-yoshi",
4 "include-component-in-tag": true,
5 "separate-pull-requests": true,
6 "tag-separator": "/",
7 "packages": {
8 "aiplatform": {
9 "component": "aiplatform"
10 },
11 "auth": {
12 "component": "auth"
13 },
14 "auth/oauth2adapt": {
15 "component": "auth/oauth2adapt"
16 },
17 "bigquery": {
18 "component": "bigquery"
19 },
20 "bigtable": {
21 "component": "bigtable"
22 },
23 "datastore": {
24 "component": "datastore"
25 },
26 "errorreporting": {
27 "component": "errorreporting"
28 },
29 "firestore": {
30 "component": "firestore"
31 },
32 "logging": {
33 "component": "logging"
34 },
35 "profiler": {
36 "component": "profiler"
37 },
38 "pubsub": {
39 "component": "pubsub"
40 },
41 "pubsublite": {
42 "component": "pubsublite"
43 },
44 "spanner": {
45 "component": "spanner"
46 },
47 "storage": {
48 "component": "storage"
49 },
50 "vertexai": {
51 "component": "vertexai"
52 }
53 },
54 "plugins": [
55 "sentence-case"
56 ]
57}
View as plain text