-
Notifications
You must be signed in to change notification settings - Fork 662
Expand file tree
/
Copy pathrelease-please-submodules.json
More file actions
113 lines (113 loc) · 2.66 KB
/
release-please-submodules.json
File metadata and controls
113 lines (113 loc) · 2.66 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"commit-batch-size": 1,
"include-component-in-tag": true,
"packages": {
"core/common": {
"component": "common"
},
"core/dev-packages/jsdoc-fresh": {
"component": "jsdoc-fresh"
},
"core/dev-packages/jsdoc-region-tag": {
"component": "jsdoc-region-tag"
},
"core/dev-packages/pack-n-play": {
"component": "pack-n-play"
},
"core/generator/gapic-generator-typescript": {
"component": "gapic-generator"
},
"core/packages/gax": {
"component": "google-gax"
},
"core/packages/gaxios": {
"component": "gaxios"
},
"core/packages/gcp-metadata": {
"component": "gcp-metadata"
},
"core/packages/google-auth-library-nodejs": {
"component": "google-auth-library"
},
"core/packages/logging-utils": {
"component": "google-logging-utils"
},
"core/packages/nodejs-googleapis-common": {
"component": "googleapis-common"
},
"core/packages/nodejs-proto-files": {
"component": "google-proto-files"
},
"core/packages/proto3-json-serializer-nodejs": {
"component": "proto3-json-serializer"
},
"core/packages/retry-request": {
"component": "retry-request"
},
"core/packages/teeny-request": {
"component": "teeny-request"
},
"core/packages/tools": {
"component": "gapic-tools"
},
"core/paginator": {
"component": "paginator"
},
"core/precise-date": {
"component": "precise-date"
},
"core/projectify": {
"component": "projectify"
},
"core/promisify": {
"component": "promisify"
},
"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/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": "-"
}