Skip to content

Commit 0b39ce1

Browse files
authored
feat: next release from main branch is 2.1.0 (#2179)
1 parent 0988aab commit 0b39ce1

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-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: 1.34.x
17+
- bumpMinorPreMajor: true
18+
handleGHRelease: true
19+
releaseType: java-backport
20+
branch: 2.0.x

.github/sync-repo-settings.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,20 @@ branchProtectionRules:
5959
- lint
6060
- clirr
6161
- cla/google
62+
- pattern: 2.0.x
63+
isAdminEnforced: true
64+
requiredApprovingReviewCount: 1
65+
requiresCodeOwnerReviews: true
66+
requiresStrictStatusChecks: false
67+
requiredStatusCheckContexts:
68+
- units (8)
69+
- units (11)
70+
- windows
71+
- dependencies (8)
72+
- dependencies (11)
73+
- lint
74+
- clirr
75+
- cla/google
6276
permissionRules:
6377
- team: yoshi-admins
6478
permission: admin

0 commit comments

Comments
 (0)