Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 3965b13

Browse files
authored
feat: next release from main branch is 2.1.0 (#308)
1 parent 4a319ad commit 3965b13

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/release-please.yml

+4
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ branches:
1010
handleGHRelease: true
1111
releaseType: java-yoshi
1212
branch: java7
13+
- releaseType: java-backport
14+
bumpMinorPreMajor: true
15+
handleGHRelease: true
16+
branch: 2.0.x

.github/sync-repo-settings.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ branchProtectionRules:
2929
requiredApprovingReviewCount: 1
3030
requiresCodeOwnerReviews: true
3131
requiresStrictStatusChecks: true
32+
- pattern: 2.0.x
33+
isAdminEnforced: true
34+
requiredStatusCheckContexts:
35+
- units
36+
- format
37+
- cla/google
38+
requiredApprovingReviewCount: 1
39+
requiresCodeOwnerReviews: true
40+
requiresStrictStatusChecks: true
3241
permissionRules:
3342
- team: Googlers
3443
permission: pull

0 commit comments

Comments
 (0)