Skip to content

Commit c43bfb7

Browse files
authored
Revert "chore: Update release-please config files (#14816)"
This reverts commit 905ae88.
1 parent 905ae88 commit c43bfb7

File tree

2 files changed

+48
-2
lines changed

2 files changed

+48
-2
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
{}
1+
{
2+
"packages/google-cloud-bigquery-storage": "2.33.1"
3+
}

release-please-config.json

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
11
{
2-
"packages": {}
2+
"packages": {
3+
"packages/google-cloud-bigquery-storage": {
4+
"bump-minor-pre-major": true,
5+
"bump-patch-for-minor-pre-major": true,
6+
"component": "google-cloud-bigquery-storage",
7+
"extra-files": [
8+
"google/cloud/bigquery_storage/gapic_version.py",
9+
"google/cloud/bigquery_storage_v1/gapic_version.py",
10+
"google/cloud/bigquery_storage_v1alpha/gapic_version.py",
11+
"google/cloud/bigquery_storage_v1beta/gapic_version.py",
12+
"google/cloud/bigquery_storage_v1beta2/gapic_version.py",
13+
{
14+
"jsonpath": "$.clientLibrary.version",
15+
"path": "samples/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1.json",
16+
"type": "json"
17+
},
18+
{
19+
"jsonpath": "$.clientLibrary.version",
20+
"path": "samples/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1alpha.json",
21+
"type": "json"
22+
},
23+
{
24+
"jsonpath": "$.clientLibrary.version",
25+
"path": "samples/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1beta.json",
26+
"type": "json"
27+
},
28+
{
29+
"jsonpath": "$.clientLibrary.version",
30+
"path": "samples/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1beta2.json",
31+
"type": "json"
32+
},
33+
{
34+
"jsonpath": "$.clientLibrary.version",
35+
"path": "samples/snippets/customer_record_schema.json",
36+
"type": "json"
37+
},
38+
{
39+
"jsonpath": "$.clientLibrary.version",
40+
"path": "samples/snippets/sample_data_schema.json",
41+
"type": "json"
42+
}
43+
],
44+
"release-type": "python"
45+
}
46+
}
347
}

0 commit comments

Comments
 (0)