From 0ddc56c3fa1b8460c24ea50e5c924bc943763e1d Mon Sep 17 00:00:00 2001 From: Emily Ball Date: Wed, 11 May 2022 13:46:21 -0700 Subject: [PATCH] feat: next release from main branch is 1.2.11 (#779) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: next release from main branch is 1.2.11 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot --- .github/release-please.yml | 4 ++++ .github/sync-repo-settings.yaml | 15 +++++++++++++++ README.md | 4 ++-- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.github/release-please.yml b/.github/release-please.yml index 88b74cfa..9c815620 100644 --- a/.github/release-please.yml +++ b/.github/release-please.yml @@ -10,3 +10,7 @@ branches: handleGHRelease: true releaseType: java-backport branch: 1.1.x + - bumpMinorPreMajor: true + handleGHRelease: true + releaseType: java-backport + branch: 1.2.x diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index b0802748..15f73a9c 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -48,6 +48,21 @@ branchProtectionRules: - 'Kokoro - Test: Integration' - cla/google - OwlBot Post Processor + - pattern: 1.2.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/README.md b/README.md index 261770fe..448aa25f 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-resourcemanager' If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-resourcemanager:1.3.1' +implementation 'com.google.cloud:google-cloud-resourcemanager:1.3.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "1.3.1" +libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "1.3.2" ``` ## Authentication