Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit e3e2175

Browse files
committed
feat: next release from main branch is 2.36.0
1 parent 2e1fa45 commit e3e2175

2 files changed

Lines changed: 66 additions & 75 deletions

File tree

.github/release-please.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@ releaseType: java-yoshi
22
bumpMinorPreMajor: true
33
handleGHRelease: true
44
branches:
5-
- branch: 1.21.x
6-
- branch: protobuf-4.x-rc
7-
manifest: true
8-
extraFiles: ["README.md"]
5+
- branch: 1.21.x
6+
- branch: protobuf-4.x-rc
7+
manifest: true
8+
- releaseType: java-backport
9+
bumpMinorPreMajor: true
10+
handleGHRelease: true
11+
extraFiles:
12+
- README.md
13+
branch: 2.35.x
14+
extraFiles:
15+
- README.md

.github/sync-repo-settings.yaml

Lines changed: 55 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,60 @@
1-
2-
# Whether or not rebase-merging is enabled on this repository.
3-
# Defaults to `true`
41
rebaseMergeAllowed: false
5-
6-
# Whether or not squash-merging is enabled on this repository.
7-
# Defaults to `true`
82
squashMergeAllowed: true
9-
10-
# Whether or not PRs are merged with a merge commit on this repository.
11-
# Defaults to `false`
123
mergeCommitAllowed: false
13-
14-
# Rules for main branch protection
154
branchProtectionRules:
16-
# Identifies the protection rule pattern. Name of the branch to be protected.
17-
# Defaults to `main`
18-
- pattern: main
19-
# Can admins overwrite branch protection.
20-
# Defaults to `true`
21-
isAdminEnforced: true
22-
# Number of approving reviews required to update matching branches.
23-
# Defaults to `1`
24-
requiredApprovingReviewCount: 1
25-
# Are reviews from code owners required to update matching branches.
26-
# Defaults to `false`
27-
requiresCodeOwnerReviews: true
28-
# Require up to date branches
29-
requiresStrictStatusChecks: false
30-
# List of required status check contexts that must pass for commits to be accepted to matching branches.
31-
requiredStatusCheckContexts:
32-
- "dependencies (17)"
33-
- "lint"
34-
- "clirr"
35-
- "units (8)"
36-
- "units (11)"
37-
- "Kokoro - Test: Integration"
38-
- "cla/google"
39-
- 'Kokoro - Test: Java GraalVM Native Image A'
40-
- 'Kokoro - Test: Java GraalVM Native Image B'
41-
- 'Kokoro - Test: Java GraalVM Native Image C'
42-
- unmanaged_dependency_check
43-
# Identifies the protection rule pattern. Name of the branch to be protected.
44-
# Defaults to `main`
45-
- pattern: 1.21.x
46-
# Can admins overwrite branch protection.
47-
# Defaults to `true`
48-
isAdminEnforced: true
49-
# Number of approving reviews required to update matching branches.
50-
# Defaults to `1`
51-
requiredApprovingReviewCount: 1
52-
# Are reviews from code owners required to update matching branches.
53-
# Defaults to `false`
54-
requiresCodeOwnerReviews: true
55-
# Require up to date branches
56-
requiresStrictStatusChecks: false
57-
# List of required status check contexts that must pass for commits to be accepted to matching branches.
58-
requiredStatusCheckContexts:
59-
- "dependencies (8)"
60-
- "dependencies (11)"
61-
- "lint"
62-
- "clirr"
63-
- "units (7)"
64-
- "units (8)"
65-
- "units (11)"
66-
- "Kokoro - Test: Integration"
67-
- "cla/google"
68-
69-
# List of explicit permissions to add (additive only)
5+
- pattern: main
6+
isAdminEnforced: true
7+
requiredApprovingReviewCount: 1
8+
requiresCodeOwnerReviews: true
9+
requiresStrictStatusChecks: false
10+
requiredStatusCheckContexts:
11+
- dependencies (17)
12+
- lint
13+
- clirr
14+
- units (8)
15+
- units (11)
16+
- 'Kokoro - Test: Integration'
17+
- cla/google
18+
- 'Kokoro - Test: Java GraalVM Native Image A'
19+
- 'Kokoro - Test: Java GraalVM Native Image B'
20+
- 'Kokoro - Test: Java GraalVM Native Image C'
21+
- unmanaged_dependency_check
22+
- pattern: 1.21.x
23+
isAdminEnforced: true
24+
requiredApprovingReviewCount: 1
25+
requiresCodeOwnerReviews: true
26+
requiresStrictStatusChecks: false
27+
requiredStatusCheckContexts:
28+
- dependencies (8)
29+
- dependencies (11)
30+
- lint
31+
- clirr
32+
- units (7)
33+
- units (8)
34+
- units (11)
35+
- 'Kokoro - Test: Integration'
36+
- cla/google
37+
- pattern: 2.35.x
38+
isAdminEnforced: true
39+
requiredApprovingReviewCount: 1
40+
requiresCodeOwnerReviews: true
41+
requiresStrictStatusChecks: false
42+
requiredStatusCheckContexts:
43+
- dependencies (17)
44+
- lint
45+
- clirr
46+
- units (8)
47+
- units (11)
48+
- 'Kokoro - Test: Integration'
49+
- cla/google
50+
- 'Kokoro - Test: Java GraalVM Native Image A'
51+
- 'Kokoro - Test: Java GraalVM Native Image B'
52+
- 'Kokoro - Test: Java GraalVM Native Image C'
53+
- unmanaged_dependency_check
7054
permissionRules:
71-
- team: yoshi-admins
72-
permission: admin
73-
- team: yoshi-java-admins
74-
permission: admin
75-
- team: yoshi-java
76-
permission: push
55+
- team: yoshi-admins
56+
permission: admin
57+
- team: yoshi-java-admins
58+
permission: admin
59+
- team: yoshi-java
60+
permission: push

0 commit comments

Comments
 (0)