From 8af7d6de5eb05cf3c08c52e13e4ef47a51fb7d36 Mon Sep 17 00:00:00 2001 From: Emily Ball Date: Wed, 27 Oct 2021 14:42:31 -0700 Subject: [PATCH] feat: next release from main branch is 1.2.0 (#659) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: next release from main branch is 1.2.0 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot --- java-resourcemanager/.github/release-please.yml | 4 ++++ .../.github/sync-repo-settings.yaml | 15 +++++++++++++++ java-resourcemanager/README.md | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/java-resourcemanager/.github/release-please.yml b/java-resourcemanager/.github/release-please.yml index 7bf58076589a..88b74cfa500e 100644 --- a/java-resourcemanager/.github/release-please.yml +++ b/java-resourcemanager/.github/release-please.yml @@ -6,3 +6,7 @@ branches: handleGHRelease: true releaseType: java-yoshi branch: java7 + - bumpMinorPreMajor: true + handleGHRelease: true + releaseType: java-backport + branch: 1.1.x diff --git a/java-resourcemanager/.github/sync-repo-settings.yaml b/java-resourcemanager/.github/sync-repo-settings.yaml index 6f09d6956a36..b08027484bf5 100644 --- a/java-resourcemanager/.github/sync-repo-settings.yaml +++ b/java-resourcemanager/.github/sync-repo-settings.yaml @@ -33,6 +33,21 @@ branchProtectionRules: - 'Kokoro - Test: Integration' - cla/google - OwlBot Post Processor + - pattern: 1.1.x + isAdminEnforced: true + requiredApprovingReviewCount: 1 + requiresCodeOwnerReviews: true + requiresStrictStatusChecks: false + requiredStatusCheckContexts: + - dependencies (8) + - dependencies (11) + - lint + - clirr + - units (8) + - units (11) + - 'Kokoro - Test: Integration' + - cla/google + - OwlBot Post Processor permissionRules: - team: yoshi-admins permission: admin diff --git a/java-resourcemanager/README.md b/java-resourcemanager/README.md index e7c2089184b2..ddf90c20eacd 100644 --- a/java-resourcemanager/README.md +++ b/java-resourcemanager/README.md @@ -49,7 +49,7 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies ```Groovy -implementation platform('com.google.cloud:libraries-bom:23.1.0') +implementation platform('com.google.cloud:libraries-bom:24.0.0') implementation 'com.google.cloud:google-cloud-resourcemanager' ```