Skip to content

Commit 314d641

Browse files
authored
feat: next release from main branch is 3.16.0 (#3037)
1 parent 0c59fb2 commit 314d641

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
@@ -34,3 +34,7 @@ branches:
3434
handleGHRelease: true
3535
releaseType: java-backport
3636
branch: 3.11.x
37+
- bumpMinorPreMajor: true
38+
handleGHRelease: true
39+
releaseType: java-backport
40+
branch: 3.15.x

‎.github/sync-repo-settings.yaml‎

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,22 @@ branchProtectionRules:
132132
- javadoc
133133
- library_generation
134134
- unmanaged_dependency_check
135+
- pattern: 3.15.x
136+
isAdminEnforced: true
137+
requiredApprovingReviewCount: 1
138+
requiresCodeOwnerReviews: true
139+
requiresStrictStatusChecks: false
140+
requiredStatusCheckContexts:
141+
- dependencies (17)
142+
- lint
143+
- clirr
144+
- units (8)
145+
- units (11)
146+
- 'Kokoro - Test: Integration'
147+
- cla/google
148+
- javadoc
149+
- library_generation
150+
- unmanaged_dependency_check
135151
permissionRules:
136152
- team: yoshi-admins
137153
permission: admin

0 commit comments

Comments
 (0)