mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
63 lines
1.2 KiB
JSON
63 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"release-type": "go-yoshi",
|
|
"include-component-in-tag": true,
|
|
"separate-pull-requests": true,
|
|
"tag-separator": "/",
|
|
"packages": {
|
|
"auth": {
|
|
"component": "auth"
|
|
},
|
|
"auth/oauth2adapt": {
|
|
"component": "auth/oauth2adapt"
|
|
},
|
|
"bigquery": {
|
|
"component": "bigquery"
|
|
},
|
|
"bigquery/v2": {
|
|
"component": "bigquery/v2",
|
|
"prerelease": true,
|
|
"prerelease-type": "alpha"
|
|
},
|
|
"bigtable": {
|
|
"component": "bigtable"
|
|
},
|
|
"datastore": {
|
|
"component": "datastore"
|
|
},
|
|
"errorreporting": {
|
|
"component": "errorreporting"
|
|
},
|
|
"firestore": {
|
|
"component": "firestore"
|
|
},
|
|
"logging": {
|
|
"component": "logging"
|
|
},
|
|
"profiler": {
|
|
"component": "profiler"
|
|
},
|
|
"pubsub": {
|
|
"component": "pubsub"
|
|
},
|
|
"pubsub/v2": {
|
|
"component": "pubsub/v2"
|
|
},
|
|
"pubsublite": {
|
|
"component": "pubsublite"
|
|
},
|
|
"spanner": {
|
|
"component": "spanner"
|
|
},
|
|
"storage": {
|
|
"component": "storage"
|
|
},
|
|
"vertexai": {
|
|
"component": "vertexai"
|
|
}
|
|
},
|
|
"plugins": [
|
|
"sentence-case"
|
|
]
|
|
}
|