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

Commit 6eab6bb

Browse files
authored
feat: next release from main branch is 3.2.0 (#709)
1 parent f2b2ca5 commit 6eab6bb

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
@@ -7,6 +7,10 @@ branches:
77
handleGHRelease: true
88
releaseType: java-yoshi
99
branch: java7
10+
- bumpMinorPreMajor: true
11+
handleGHRelease: true
12+
releaseType: java-backport
13+
branch: 3.1.x
1014
bumpMinorPreMajor: true
1115
handleGHRelease: true
1216
releaseType: java-yoshi

.github/sync-repo-settings.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,20 @@ branchProtectionRules:
4646
- units (11)
4747
- 'Kokoro - Test: Integration'
4848
- cla/google
49+
- pattern: 3.1.x
50+
isAdminEnforced: true
51+
requiredApprovingReviewCount: 1
52+
requiresCodeOwnerReviews: true
53+
requiresStrictStatusChecks: false
54+
requiredStatusCheckContexts:
55+
- dependencies (8)
56+
- dependencies (11)
57+
- lint
58+
- clirr
59+
- units (8)
60+
- units (11)
61+
- 'Kokoro - Test: Integration'
62+
- cla/google
4963
permissionRules:
5064
- team: yoshi-admins
5165
permission: admin

0 commit comments

Comments
 (0)