Skip to content

Commit 7ca80f5

Browse files
authored
feat: next release from main branch is 2.2.0 (#355)
1 parent 88eb483 commit 7ca80f5

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

api-common-java/.github/release-please.yml

+4
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ branches:
1414
bumpMinorPreMajor: true
1515
handleGHRelease: true
1616
branch: 2.0.x
17+
- releaseType: java-backport
18+
bumpMinorPreMajor: true
19+
handleGHRelease: true
20+
branch: 2.1.x

api-common-java/.github/sync-repo-settings.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,15 @@ branchProtectionRules:
3838
requiredApprovingReviewCount: 1
3939
requiresCodeOwnerReviews: true
4040
requiresStrictStatusChecks: true
41+
- pattern: 2.1.x
42+
isAdminEnforced: true
43+
requiredStatusCheckContexts:
44+
- units
45+
- format
46+
- cla/google
47+
requiredApprovingReviewCount: 1
48+
requiresCodeOwnerReviews: true
49+
requiresStrictStatusChecks: true
4150
permissionRules:
4251
- team: Googlers
4352
permission: pull

0 commit comments

Comments
 (0)