From c3f9cef25e9515eb248a108933ab47a65a1304eb Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 7 Dec 2022 20:42:31 +0000 Subject: [PATCH] chore: update release-please-config.json --- release-please-config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index ebf3058f..24afe2b1 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -6,7 +6,9 @@ "release-type": "python", "extra-files": [ "google/cloud/datastore/gapic_version.py", - "google/cloud/datastore_admin/gapic_version.py" + "google/cloud/datastore_admin/gapic_version.py", + "google/cloud/datastore_admin_v1/gapic_version.py", + "google/cloud/datastore_v1/gapic_version.py" ] } },