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