Skip to content

Commit

Permalink
feat: next release from main branch is 1.13.0 (#1077)
Browse files Browse the repository at this point in the history
enable releases
  • Loading branch information
TimurSadykov committed Nov 15, 2022
1 parent 660aabc commit d56eee0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/release-please.yml
Expand Up @@ -14,3 +14,7 @@ branches:
handleGHRelease: true
releaseType: java-backport
branch: 1.2.x
- bumpMinorPreMajor: true
handleGHRelease: true
releaseType: java-backport
branch: 1.12.x
13 changes: 13 additions & 0 deletions .github/sync-repo-settings.yaml
Expand Up @@ -55,6 +55,19 @@ branchProtectionRules:
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: true
- pattern: 1.12.x
isAdminEnforced: true
requiredStatusCheckContexts:
- dependencies (8)
- dependencies (11)
- lint
- clirr
- units (8)
- units (11)
- cla/google
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: true
permissionRules:
- team: Googlers
permission: pull
Expand Down

0 comments on commit d56eee0

Please sign in to comment.