Skip to content

Commit

Permalink
feat: next release from main branch is 1.21.0 (#1372)
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Marquez <diegomarquezp@google.com>
  • Loading branch information
lqiu96 and diegomarquezp committed Mar 15, 2024
1 parent 801b9ba commit 23c3cbe
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ branches:
handleGHRelease: true
releaseType: java-backport
branch: 1.19.x
- bumpMinorPreMajor: true
handleGHRelease: true
releaseType: java-backport
branch: 1.20.x
12 changes: 12 additions & 0 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,18 @@ branchProtectionRules:
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: true
- pattern: 1.20.x
isAdminEnforced: true
requiredStatusCheckContexts:
- dependencies (17)
- lint
- clirr
- units (8)
- units (11)
- cla/google
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: true
permissionRules:
- team: Googlers
permission: pull
Expand Down

0 comments on commit 23c3cbe

Please sign in to comment.