Skip to content

Commit 9acb1ab

Browse files
authored
feat: next release from main branch is 1.42.0 (#1633)
enable releases
1 parent bf777b3 commit 9acb1ab

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.github/release-please.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ branches:
1010
handleGHRelease: true
1111
releaseType: java-backport
1212
branch: 1.40.x
13+
- bumpMinorPreMajor: true
14+
handleGHRelease: true
15+
releaseType: java-backport
16+
branch: 1.41.x

.github/sync-repo-settings.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,19 @@ branchProtectionRules:
4343
- lint
4444
- clirr
4545
- cla/google
46+
- pattern: 1.41.x
47+
isAdminEnforced: true
48+
requiredApprovingReviewCount: 1
49+
requiresCodeOwnerReviews: true
50+
requiresStrictStatusChecks: false
51+
requiredStatusCheckContexts:
52+
- units (8)
53+
- units (11)
54+
- windows
55+
- dependencies (8)
56+
- dependencies (11)
57+
- clirr
58+
- cla/google
4659
permissionRules:
4760
- team: yoshi-admins
4861
permission: admin

0 commit comments

Comments
 (0)