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.1.0 #308

Merged
merged 1 commit into from Oct 8, 2021
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 @@ -10,3 +10,7 @@ branches:
handleGHRelease: true
releaseType: java-yoshi
branch: java7
- releaseType: java-backport
bumpMinorPreMajor: true
handleGHRelease: true
branch: 2.0.x
9 changes: 9 additions & 0 deletions .github/sync-repo-settings.yaml
Expand Up @@ -29,6 +29,15 @@ branchProtectionRules:
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: true
- pattern: 2.0.x
isAdminEnforced: true
requiredStatusCheckContexts:
- units
- format
- cla/google
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: true
permissionRules:
- team: Googlers
permission: pull
Expand Down