Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 0ddc56c

Browse files
feat: next release from main branch is 1.2.11 (#779)
* 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 <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent fd5eca7 commit 0ddc56c

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.github/release-please.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ branches:
1010
handleGHRelease: true
1111
releaseType: java-backport
1212
branch: 1.1.x
13+
- bumpMinorPreMajor: true
14+
handleGHRelease: true
15+
releaseType: java-backport
16+
branch: 1.2.x

.github/sync-repo-settings.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,21 @@ branchProtectionRules:
4848
- 'Kokoro - Test: Integration'
4949
- cla/google
5050
- OwlBot Post Processor
51+
- pattern: 1.2.x
52+
isAdminEnforced: true
53+
requiredApprovingReviewCount: 1
54+
requiresCodeOwnerReviews: true
55+
requiresStrictStatusChecks: false
56+
requiredStatusCheckContexts:
57+
- dependencies (8)
58+
- dependencies (11)
59+
- lint
60+
- clirr
61+
- units (8)
62+
- units (11)
63+
- 'Kokoro - Test: Integration'
64+
- cla/google
65+
- OwlBot Post Processor
5166
permissionRules:
5267
- team: yoshi-admins
5368
permission: admin

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-resourcemanager'
5656
If you are using Gradle without BOM, add this to your dependencies
5757

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-resourcemanager:1.3.1'
59+
implementation 'com.google.cloud:google-cloud-resourcemanager:1.3.2'
6060
```
6161

6262
If you are using SBT, add this to your dependencies
6363

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "1.3.1"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "1.3.2"
6666
```
6767

6868
## Authentication

0 commit comments

Comments
 (0)