Skip to content

Commit

Permalink
feat: configure branch 2.2.x as a release branch (#1044)
Browse files Browse the repository at this point in the history
* build: configure branch 2.2.x as a release branch

* test

* test

* test

* test

* test

* test

* revert
  • Loading branch information
kolea2 committed Oct 25, 2021
1 parent 422efa0 commit 68e8790
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/release-please.yml
Expand Up @@ -16,5 +16,12 @@ branches:
- >-
google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/Version.java
branch: java7
- bumpMinorPreMajor: true
handleGHRelease: true
releaseType: java-backport
extraFiles:
- >-
google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/Version.java
branch: 2.2.x
extraFiles:
- google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/Version.java
14 changes: 14 additions & 0 deletions .github/sync-repo-settings.yaml
Expand Up @@ -44,6 +44,20 @@ branchProtectionRules:
- units (11)
- 'Kokoro - Test: Integration'
- cla/google
- pattern: 2.2.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
permissionRules:
- team: yoshi-admins
permission: admin
Expand Down

0 comments on commit 68e8790

Please sign in to comment.