From 216e726252b10b1aebaebdb06ad6450ebb2438ab Mon Sep 17 00:00:00 2001 From: Emily Ball Date: Tue, 15 Feb 2022 10:11:47 -0800 Subject: [PATCH 1/2] chore: fix .repo-metadata Fixes #60 --- .repo-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index 20efe43..fbec65f 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -1,5 +1,5 @@ { - "api_shortname": "deploy", + "api_shortname": "clouddeploy", "name_pretty": "Google Cloud Deploy", "product_documentation": "https://cloud.google.com/deploy/docs", "api_description": "is a service that automates delivery of your applications to a series of target environments in a defined sequence", From 30ea30dfbee27db33aba35eefc5e74fa04e9e331 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 15 Feb 2022 18:35:11 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d611846..f5d755d 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,8 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-deploy - 0.1.4 + 1.0.1 - ``` If you are using Gradle without BOM, add this to your dependencies