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

feat: next release from main branch is 2.2.0 #355

Merged
merged 1 commit into from Apr 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/release-please.yml
Expand Up @@ -14,3 +14,7 @@ branches:
bumpMinorPreMajor: true
handleGHRelease: true
branch: 2.0.x
- releaseType: java-backport
bumpMinorPreMajor: true
handleGHRelease: true
branch: 2.1.x
9 changes: 9 additions & 0 deletions .github/sync-repo-settings.yaml
Expand Up @@ -38,6 +38,15 @@ branchProtectionRules:
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: true
- pattern: 2.1.x
isAdminEnforced: true
requiredStatusCheckContexts:
- units
- format
- cla/google
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: true
permissionRules:
- team: Googlers
permission: pull
Expand Down