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

Commit 9fe2ec6

Browse files
authored
feat: next release from main branch is 2.1.0 (#553)
1 parent 16a7042 commit 9fe2ec6

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
@@ -6,3 +6,7 @@ branches:
66
handleGHRelease: true
77
releaseType: java-yoshi
88
branch: java7
9+
- bumpMinorPreMajor: true
10+
handleGHRelease: true
11+
releaseType: java-backport
12+
branch: 2.0.x

.github/sync-repo-settings.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,20 @@ branchProtectionRules:
3131
- units (11)
3232
- 'Kokoro - Test: Integration'
3333
- cla/google
34+
- pattern: 2.0.x
35+
isAdminEnforced: true
36+
requiredApprovingReviewCount: 1
37+
requiresCodeOwnerReviews: true
38+
requiresStrictStatusChecks: false
39+
requiredStatusCheckContexts:
40+
- dependencies (8)
41+
- dependencies (11)
42+
- lint
43+
- clirr
44+
- units (8)
45+
- units (11)
46+
- 'Kokoro - Test: Integration'
47+
- cla/google
3448
permissionRules:
3549
- team: yoshi-admins
3650
permission: admin

0 commit comments

Comments
 (0)