Skip to content

Commit

Permalink
feat: next release from main branch is 1.2.11 (googleapis#779)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
eaball35 and gcf-owl-bot[bot] authored May 11, 2022
1 parent df1b225 commit 13cdae7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
4 changes: 4 additions & 0 deletions java-resourcemanager/.github/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
15 changes: 15 additions & 0 deletions java-resourcemanager/.github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions java-resourcemanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13cdae7

Please sign in to comment.