Skip to content

Commit 68e8790

Browse files
authored
feat: configure branch 2.2.x as a release branch (#1044)
* build: configure branch 2.2.x as a release branch * test * test * test * test * test * test * revert
1 parent 422efa0 commit 68e8790

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

.github/release-please.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,12 @@ branches:
1616
- >-
1717
google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/Version.java
1818
branch: java7
19+
- bumpMinorPreMajor: true
20+
handleGHRelease: true
21+
releaseType: java-backport
22+
extraFiles:
23+
- >-
24+
google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/Version.java
25+
branch: 2.2.x
1926
extraFiles:
2027
- google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/Version.java

.github/sync-repo-settings.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,20 @@ branchProtectionRules:
4444
- units (11)
4545
- 'Kokoro - Test: Integration'
4646
- cla/google
47+
- pattern: 2.2.x
48+
isAdminEnforced: true
49+
requiredApprovingReviewCount: 1
50+
requiresCodeOwnerReviews: true
51+
requiresStrictStatusChecks: false
52+
requiredStatusCheckContexts:
53+
- dependencies (8)
54+
- dependencies (11)
55+
- lint
56+
- clirr
57+
- units (8)
58+
- units (11)
59+
- 'Kokoro - Test: Integration'
60+
- cla/google
4761
permissionRules:
4862
- team: yoshi-admins
4963
permission: admin

0 commit comments

Comments
 (0)