Skip to content

Commit

Permalink
feat: next release from main branch is 1.35.0 (#2042)
Browse files Browse the repository at this point in the history
enable releases

go/backport-releases:

```
$ release-brancher create-pull-request \
  --branch-name="1.34.x" \
  --target-tag="v1.34.0" \
  --repo="googleapis/google-api-java-client" \
  --pull-request-title="feat: next release from main branch is 1.35.0" \
  --release-type=java-backport --github-token ${GITHUB_TOKEN}
```
  • Loading branch information
suztomo committed Apr 15, 2022
1 parent be65181 commit 9005d5c
Show file tree
Hide file tree
Showing 2 changed files with 18 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: 1.32.x
- bumpMinorPreMajor: true
handleGHRelease: true
releaseType: java-backport
branch: 1.34.x
14 changes: 14 additions & 0 deletions .github/sync-repo-settings.yaml
Expand Up @@ -45,6 +45,20 @@ branchProtectionRules:
- lint
- clirr
- cla/google
- pattern: 1.34.x
isAdminEnforced: true
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: false
requiredStatusCheckContexts:
- units (8)
- units (11)
- windows
- dependencies (8)
- dependencies (11)
- lint
- clirr
- cla/google
permissionRules:
- team: yoshi-admins
permission: admin
Expand Down

0 comments on commit 9005d5c

Please sign in to comment.