Skip to content

Commit 1669dc8

Browse files
authored
feat: next release from main branch is 1.38.0 (#1786)
1 parent f793c20 commit 1669dc8

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/release-please.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ branches:
3838
handleGHRelease: true
3939
releaseType: java-backport
4040
branch: 1.33.x
41+
- bumpMinorPreMajor: true
42+
handleGHRelease: true
43+
releaseType: java-backport
44+
branch: 1.36.x

.github/sync-repo-settings.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,18 @@ branchProtectionRules:
129129
requiredApprovingReviewCount: 1
130130
requiresCodeOwnerReviews: true
131131
requiresStrictStatusChecks: true
132+
- pattern: 1.36.x
133+
isAdminEnforced: true
134+
requiredStatusCheckContexts:
135+
- dependencies (17)
136+
- lint
137+
- clirr
138+
- units (8)
139+
- units (11)
140+
- cla/google
141+
requiredApprovingReviewCount: 1
142+
requiresCodeOwnerReviews: true
143+
requiresStrictStatusChecks: true
132144
permissionRules:
133145
- team: Googlers
134146
permission: pull

0 commit comments

Comments
 (0)