Skip to content

Commit 1cdc524

Browse files
committed
feat: next release from main branch is 3.12.0
1 parent ecf0338 commit 1cdc524

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.github/release-please.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ branches:
3030
handleGHRelease: true
3131
releaseType: java-backport
3232
branch: 3.5.x
33+
- bumpMinorPreMajor: true
34+
handleGHRelease: true
35+
releaseType: java-backport
36+
branch: 3.11.x

.github/sync-repo-settings.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,22 @@ branchProtectionRules:
116116
- 'Kokoro - Test: Integration'
117117
- cla/google
118118
- javadoc
119+
- pattern: 3.11.x
120+
isAdminEnforced: true
121+
requiredApprovingReviewCount: 1
122+
requiresCodeOwnerReviews: true
123+
requiresStrictStatusChecks: false
124+
requiredStatusCheckContexts:
125+
- dependencies (17)
126+
- lint
127+
- clirr
128+
- units (8)
129+
- units (11)
130+
- 'Kokoro - Test: Integration'
131+
- cla/google
132+
- javadoc
133+
- library_generation
134+
- unmanaged_dependency_check
119135
permissionRules:
120136
- team: yoshi-admins
121137
permission: admin

0 commit comments

Comments
 (0)