-
Notifications
You must be signed in to change notification settings - Fork 696
Expand file tree
/
Copy pathrelease-please-submodules.json
More file actions
56 lines (56 loc) · 1.21 KB
/
Copy pathrelease-please-submodules.json
File metadata and controls
56 lines (56 loc) · 1.21 KB
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
54
55
56
{
"commit-batch-size": 10,
"include-component-in-tag": true,
"packages": {
"handwritten/bigquery": {
"component": "bigquery"
},
"handwritten/bigquery-storage": {
"component": "bigquery-storage"
},
"handwritten/bigtable": {
"component": "bigtable"
},
"handwritten/cloud-profiler": {
"component": "cloud-profiler"
},
"handwritten/datastore": {
"component": "datastore"
},
"handwritten/error-reporting": {
"component": "error-reporting"
},
"handwritten/firestore": {
"component": "firestore"
},
"handwritten/google-cloud-dns": {
"component": "dns"
},
"handwritten/logging": {
"component": "logging"
},
"handwritten/logging-bunyan": {
"component": "logging-bunyan"
},
"handwritten/logging-winston": {
"component": "logging-winston"
},
"handwritten/pubsub": {
"component": "pubsub"
},
"handwritten/spanner": {
"component": "spanner"
},
"handwritten/storage": {
"component": "storage"
}
},
"plugins": [
{
"type": "sentence-case"
}
],
"release-type": "node",
"separate-pull-requests": true,
"tag-separator": "-"
}