Skip to content

Commit 08a918b

Browse files
chore: update post processor (googleapis#10703)
* Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python-mono-repo:latest@sha256:4718e46bc7f99725c48df7c4a58de76f1a778b16397456c5845e2c85dbae8c14 * update release please config Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent df21607 commit 08a918b

3 files changed

Lines changed: 7 additions & 9 deletions

File tree

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python-mono-repo:latest
16-
digest: sha256:5622741413ce3f7e9a8121ac8c16222cdefdab11366a0dbbbcccc555cf170ef7
16+
digest: sha256:4718e46bc7f99725c48df7c4a58de76f1a778b16397456c5845e2c85dbae8c14

packages/google-cloud-discoveryengine/google/cloud/discoveryengine/gapic_version.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
# x-release-please-start-version
18-
__version__ = "0.1.0"
19-
# x-release-please-end
17+
__version__ = "0.1.0" # x-release-please-version

release-please-config.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
33
"packages": {
44
"packages/google-cloud-discoveryengine": {
5-
"component": "google-cloud-discoveryengine"
5+
"component": "google-cloud-discoveryengine",
6+
"release-type": "simple",
7+
"extra-files": [
8+
"packages/google-cloud-discoveryengine/google/cloud/discoveryengine/gapic_version.py"
9+
]
610
}
711
},
8-
"release-type": "python",
9-
"extra-files": [
10-
"**/gapic_version.py"
11-
],
1212
"plugins": [
1313
{
1414
"type": "sentence-case"

0 commit comments

Comments
 (0)