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

Commit 1858e4f

Browse files
authored
feat: next release from main branch is 2.9.0 (#354)
Release-brancher via go/backport-releases: ``` release-brancher create-pull-request \ --branch-name="2.8.x" \ --target-tag="v2.8.3" \ --repo="googleapis/java-common-protos" \ --pull-request-title="feat: next release from main branch is 2.9.0" \ --release-type=java-backport --github-token ${GITHUB_TOKEN} ```
1 parent 605b32f commit 1858e4f

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.github/release-please.yml

+4
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ branches:
1010
handleGHRelease: true
1111
releaseType: java-backport
1212
branch: 2.6.x
13+
- bumpMinorPreMajor: true
14+
handleGHRelease: true
15+
releaseType: java-backport
16+
branch: 2.8.x

.github/sync-repo-settings.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,21 @@ branchProtectionRules:
4747
- 'Kokoro - Test: Integration'
4848
- cla/google
4949
- OwlBot Post Processor
50+
- pattern: 2.8.x
51+
isAdminEnforced: true
52+
requiredApprovingReviewCount: 1
53+
requiresCodeOwnerReviews: true
54+
requiresStrictStatusChecks: false
55+
requiredStatusCheckContexts:
56+
- dependencies (8)
57+
- dependencies (11)
58+
- lint
59+
- clirr
60+
- units (8)
61+
- units (11)
62+
- 'Kokoro - Test: Integration'
63+
- cla/google
64+
- OwlBot Post Processor
5065
permissionRules:
5166
- team: yoshi-admins
5267
permission: admin

0 commit comments

Comments
 (0)