Skip to content

Commit 9cc80c9

Browse files
authored
feat: next release from main branch is 2.4.0 (#715)
1 parent a9f565d commit 9cc80c9

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.github/release-please.yml

+4
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ branches:
1414
handleGHRelease: true
1515
releaseType: java-backport
1616
branch: 2.1.x
17+
- bumpMinorPreMajor: true
18+
handleGHRelease: true
19+
releaseType: java-backport
20+
branch: 2.2.x

.github/sync-repo-settings.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,21 @@ branchProtectionRules:
6161
- 'Kokoro - Test: Integration'
6262
- cla/google
6363
- OwlBot Post Processor
64+
- pattern: 2.2.x
65+
isAdminEnforced: true
66+
requiredApprovingReviewCount: 1
67+
requiresCodeOwnerReviews: true
68+
requiresStrictStatusChecks: false
69+
requiredStatusCheckContexts:
70+
- dependencies (8)
71+
- dependencies (11)
72+
- lint
73+
- clirr
74+
- units (8)
75+
- units (11)
76+
- 'Kokoro - Test: Integration'
77+
- cla/google
78+
- OwlBot Post Processor
6479
permissionRules:
6580
- team: yoshi-admins
6681
permission: admin

0 commit comments

Comments
 (0)