From a7399d4dcbe5254945721984796b32f5f53853b8 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Fri, 9 Dec 2022 13:55:24 -0500 Subject: [PATCH] chore: update release-please-config.json (#392) Co-authored-by: Mariatta Wijaya --- 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" ] } },