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

Commit

Permalink
Browse files Browse the repository at this point in the history
feat: next release from main branch is 2.9.0 (#354)
Release-brancher via go/backport-releases:

```
release-brancher create-pull-request \
  --branch-name="2.8.x" \
  --target-tag="v2.8.3" \
  --repo="googleapis/java-common-protos" \
  --pull-request-title="feat: next release from main branch is 2.9.0" \
  --release-type=java-backport --github-token ${GITHUB_TOKEN}
```
  • Loading branch information
suztomo committed Apr 15, 2022
1 parent 605b32f commit 1858e4f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/release-please.yml
Expand Up @@ -10,3 +10,7 @@ branches:
handleGHRelease: true
releaseType: java-backport
branch: 2.6.x
- bumpMinorPreMajor: true
handleGHRelease: true
releaseType: java-backport
branch: 2.8.x
15 changes: 15 additions & 0 deletions .github/sync-repo-settings.yaml
Expand Up @@ -47,6 +47,21 @@ branchProtectionRules:
- 'Kokoro - Test: Integration'
- cla/google
- OwlBot Post Processor
- pattern: 2.8.x
isAdminEnforced: true
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: false
requiredStatusCheckContexts:
- dependencies (8)
- dependencies (11)
- lint
- clirr
- units (8)
- units (11)
- 'Kokoro - Test: Integration'
- cla/google
- OwlBot Post Processor
permissionRules:
- team: yoshi-admins
permission: admin
Expand Down

0 comments on commit 1858e4f

Please sign in to comment.