Skip to content

Commit 3980fd1

Browse files
jinseopkim0lqiu96
authored andcommitted
feat: next release from main branch is 1.141.0 (#2481)
1 parent 0c73c65 commit 3980fd1

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.github/release-please.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,7 @@ branches:
4646
handleGHRelease: true
4747
releaseType: java-backport
4848
branch: 1.137.x
49+
- bumpMinorPreMajor: true
50+
handleGHRelease: true
51+
releaseType: java-backport
52+
branch: 1.140.x

.github/sync-repo-settings.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,25 @@ branchProtectionRules:
196196
- javadoc
197197
- library_generation
198198
- unmanaged_dependency_check
199+
- pattern: 1.140.x
200+
isAdminEnforced: true
201+
requiredApprovingReviewCount: 1
202+
requiresCodeOwnerReviews: true
203+
requiresStrictStatusChecks: false
204+
requiredStatusCheckContexts:
205+
- dependencies (17)
206+
- lint
207+
- clirr
208+
- units (8)
209+
- units (11)
210+
- 'Kokoro - Test: Integration'
211+
- cla/google
212+
- 'Kokoro - Test: Java GraalVM Native Image A'
213+
- 'Kokoro - Test: Java GraalVM Native Image B'
214+
- 'Kokoro - Test: Java GraalVM Native Image C'
215+
- javadoc
216+
- library_generation
217+
- unmanaged_dependency_check
199218
permissionRules:
200219
- team: yoshi-admins
201220
permission: admin

0 commit comments

Comments
 (0)