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

Commit c91ffe4

Browse files
authored
feat: next release from main branch is 2.1.0 (#657)
enable releases
1 parent 45ba2cb commit c91ffe4

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
@@ -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: 2.0.x
1014
bumpMinorPreMajor: true
1115
handleGHRelease: true
1216
releaseType: java-yoshi

‎.github/sync-repo-settings.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,21 @@ branchProtectionRules:
4949
- 'Kokoro - Test: Integration'
5050
- cla/google
5151
- OwlBot Post Processor
52+
- pattern: 2.0.x
53+
isAdminEnforced: true
54+
requiredApprovingReviewCount: 1
55+
requiresCodeOwnerReviews: true
56+
requiresStrictStatusChecks: false
57+
requiredStatusCheckContexts:
58+
- dependencies (8)
59+
- dependencies (11)
60+
- lint
61+
- clirr
62+
- units (8)
63+
- units (11)
64+
- 'Kokoro - Test: Integration'
65+
- cla/google
66+
- OwlBot Post Processor
5267
permissionRules:
5368
- team: yoshi-admins
5469
permission: admin

0 commit comments

Comments
 (0)