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

Commit 75f57bc

Browse files
authored
feat: next release from main branch is 2.2.0 (#355)
1 parent 2954859 commit 75f57bc

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.github/release-please.yml

Lines changed: 4 additions & 0 deletions
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

.github/sync-repo-settings.yaml

Lines changed: 9 additions & 0 deletions
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)