forked from googleapis/python-spanner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
release-please-config.json
35 lines (35 loc) · 1.13 KB
/
release-please-config.json
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
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"packages": {
".": {
"release-type": "python",
"extra-files": [
"google/cloud/spanner_admin_instance_v1/gapic_version.py",
"google/cloud/spanner_v1/gapic_version.py",
"google/cloud/spanner_admin_database_v1/gapic_version.py",
{
"type": "json",
"path": "samples/generated_samples/snippet_metadata_google.spanner.v1.json",
"jsonpath": "$.clientLibrary.version"
},
{
"type": "json",
"path": "samples/generated_samples/snippet_metadata_google.spanner.admin.instance.v1.json",
"jsonpath": "$.clientLibrary.version"
},
{
"type": "json",
"path": "samples/generated_samples/snippet_metadata_google.spanner.admin.database.v1.json",
"jsonpath": "$.clientLibrary.version"
}
]
}
},
"release-type": "python",
"plugins": [
{
"type": "sentence-case"
}
],
"initial-version": "0.1.0"
}