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

Commit

Permalink
build: configure branch java7 as a release branch (#622)
Browse files Browse the repository at this point in the history
enable releases
  • Loading branch information
Neenu1995 committed Jul 29, 2021
1 parent 8d694bf commit 7e8bab5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/release-please.yml
@@ -1,8 +1,12 @@
branches:
- branch: 2.1.0-sp
bumpMinorPreMajor: true
handleGHRelease: true
releaseType: java-lts
- branch: 2.1.0-sp
bumpMinorPreMajor: true
handleGHRelease: true
releaseType: java-lts
- bumpMinorPreMajor: true
handleGHRelease: true
releaseType: java-yoshi
branch: java7
bumpMinorPreMajor: true
handleGHRelease: true
releaseType: java-yoshi
16 changes: 16 additions & 0 deletions .github/sync-repo-settings.yaml
Expand Up @@ -34,6 +34,22 @@ branchProtectionRules:
- units (11)
- 'Kokoro - Test: Integration'
- cla/google
- pattern: java7
isAdminEnforced: true
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: false
requiredStatusCheckContexts:
- dependencies (8)
- dependencies (11)
- linkage-monitor
- lint
- clirr
- units (7)
- units (8)
- units (11)
- 'Kokoro - Test: Integration'
- cla/google
permissionRules:
- team: yoshi-admins
permission: admin
Expand Down

0 comments on commit 7e8bab5

Please sign in to comment.