Skip to content

Commit 8e711b4

Browse files
authored
chore: setup compute preview release config (#17984)
Adds the preview client package `preview-packages/google-cloud-compute` to the individual `release-please` configuration. The PR will be created in draft mode because the version bumps may require manual intervention (see [playbook](http://go/sdk:previews-ug)). Manual `release-please` PR creation is also reasonable, but there is no way to turn off automated release PR creation while still retaining GitHub release creation/tagging automation.
1 parent 6938061 commit 8e711b4

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

.release-please-individual-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"packages/bigframes": "2.47.0",
33
"packages/google-cloud-bigquery": "3.42.3",
44
"packages/google-crc32c": "1.8.0",
5-
"packages/pandas-gbq": "0.35.0"
5+
"packages/pandas-gbq": "0.35.0",
6+
"preview-packages/google-cloud-compute": "1.51.0-preview.1"
67
}

release-please-individual-config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@
1313
},
1414
"packages/pandas-gbq": {
1515
"component": "pandas-gbq"
16+
},
17+
"preview-packages/google-cloud-compute": {
18+
"package-name": "google-cloud-compute",
19+
"versioning": "prerelease",
20+
"prerelease": true,
21+
"prerelease-type": "preview",
22+
"extra-files": [
23+
"google/cloud/compute/gapic_version.py",
24+
"google/cloud/compute_v1/gapic_version.py"
25+
],
26+
"draft-pull-request": true
1627
}
1728
},
1829
"release-type": "python-librarian",

0 commit comments

Comments
 (0)