Skip to content

Commit 0504a2c

Browse files
committed
feat: next release from main branch is 1.78.0
1 parent 91994ba commit 0504a2c

File tree

2 files changed

+39
-16
lines changed

2 files changed

+39
-16
lines changed

.github/release-please.yml

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,24 @@ releaseType: java-yoshi
33
manifest: true
44
handleGHRelease: true
55
branches:
6-
- branch: 1.0.x
7-
releaseType: java-backport
8-
bumpMinorPreMajor: true
9-
- branch: 1.13.x
10-
releaseType: java-backport
11-
- branch: 1.25.x
12-
releaseType: java-backport
13-
- branch: 1.37.x
14-
releaseType: java-backport
15-
- branch: 1.53.x
16-
releaseType: java-backport
17-
- branch: 1.61.x
18-
releaseType: java-backport
19-
- branch: 1.58.x
20-
releaseType: java-backport
21-
- branch: protobuf-4.x-rc
6+
- branch: 1.0.x
7+
releaseType: java-backport
8+
bumpMinorPreMajor: true
9+
- branch: 1.13.x
10+
releaseType: java-backport
11+
- branch: 1.25.x
12+
releaseType: java-backport
13+
- branch: 1.37.x
14+
releaseType: java-backport
15+
- branch: 1.53.x
16+
releaseType: java-backport
17+
- branch: 1.61.x
18+
releaseType: java-backport
19+
- branch: 1.58.x
20+
releaseType: java-backport
21+
- branch: protobuf-4.x-rc
22+
- primaryBranch: main
23+
releaseType: java-backport
24+
manifest: true
25+
handleGHRelease: true
26+
branch: 1.77.x

.github/sync-repo-settings.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,24 @@ branchProtectionRules:
133133
- header-check
134134
- library_generation
135135
- unmanaged_dependency_check
136+
- pattern: 1.77.x
137+
isAdminEnforced: true
138+
requiredApprovingReviewCount: 1
139+
requiresCodeOwnerReviews: true
140+
requiresStrictStatusChecks: false
141+
requiredStatusCheckContexts:
142+
- units (8)
143+
- units (11)
144+
- units (17)
145+
- cla/google
146+
- lint
147+
- 'Kokoro - Test: Integration'
148+
- 'Kokoro - Test: GraalVM Native Image A'
149+
- 'Kokoro - Test: GraalVM Native Image B'
150+
- 'Kokoro - Test: GraalVM Native Image C'
151+
- header-check
152+
- library_generation
153+
- unmanaged_dependency_check
136154
permissionRules:
137155
- team: yoshi-admins
138156
permission: admin

0 commit comments

Comments
 (0)