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

Commit

Permalink
feat: next release from main branch is 2.7.0 (#1530)
Browse files Browse the repository at this point in the history
enable releases
  • Loading branch information
chanseokoh committed Oct 15, 2021
1 parent d76744d commit a96953e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/release-please.yml
Expand Up @@ -11,4 +11,8 @@ branches:
- bumpMinorPreMajor: true
handleGHRelease: true
releaseType: java-yoshi
branch: java7
branch: java7
- releaseType: java-backport
bumpMinorPreMajor: true
handleGHRelease: true
branch: 2.6.x
10 changes: 10 additions & 0 deletions .github/sync-repo-settings.yaml
Expand Up @@ -51,6 +51,16 @@ branchProtectionRules:
- units (8)
- units (11)
- cla/google
- pattern: 2.6.x
isAdminEnforced: true
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: true
requiredStatusCheckContexts:
- bazel
- units (8)
- units (11)
- cla/google
permissionRules:
- team: yoshi-admins
permission: admin
Expand Down

0 comments on commit a96953e

Please sign in to comment.