Skip to content

Commit 576a93e

Browse files
authored
feat: next release from main branch is 3.7.0 (#957)
enable releases
1 parent bebc132 commit 576a93e

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.github/release-please.yml

Lines changed: 4 additions & 0 deletions
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: 3.7.x

.github/sync-repo-settings.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,21 @@ branchProtectionRules:
3232
- 'Kokoro - Test: Integration'
3333
- cla/google
3434
- OwlBot Post Processor
35+
- pattern: 3.7.x
36+
isAdminEnforced: true
37+
requiredApprovingReviewCount: 1
38+
requiresCodeOwnerReviews: true
39+
requiresStrictStatusChecks: false
40+
requiredStatusCheckContexts:
41+
- dependencies (8)
42+
- dependencies (11)
43+
- lint
44+
- clirr
45+
- units (8)
46+
- units (11)
47+
- 'Kokoro - Test: Integration'
48+
- cla/google
49+
- OwlBot Post Processor
3550
permissionRules:
3651
- team: yoshi-admins
3752
permission: admin

0 commit comments

Comments
 (0)