Skip to content

Commit 23c3cbe

Browse files
feat: next release from main branch is 1.21.0 (#1372)
Co-authored-by: Diego Marquez <[email protected]>
1 parent 801b9ba commit 23c3cbe

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/release-please.yml

+4
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ branches:
2626
handleGHRelease: true
2727
releaseType: java-backport
2828
branch: 1.19.x
29+
- bumpMinorPreMajor: true
30+
handleGHRelease: true
31+
releaseType: java-backport
32+
branch: 1.20.x

.github/sync-repo-settings.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,18 @@ branchProtectionRules:
9393
requiredApprovingReviewCount: 1
9494
requiresCodeOwnerReviews: true
9595
requiresStrictStatusChecks: true
96+
- pattern: 1.20.x
97+
isAdminEnforced: true
98+
requiredStatusCheckContexts:
99+
- dependencies (17)
100+
- lint
101+
- clirr
102+
- units (8)
103+
- units (11)
104+
- cla/google
105+
requiredApprovingReviewCount: 1
106+
requiresCodeOwnerReviews: true
107+
requiresStrictStatusChecks: true
96108
permissionRules:
97109
- team: Googlers
98110
permission: pull

0 commit comments

Comments
 (0)