Skip to content

Commit 22acfc4

Browse files
authoredApr 19, 2022
feat: next release from main branch is v2.6.2 (#1226)
1 parent cb61181 commit 22acfc4

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
 

‎.github/release-please.yml

+7
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,12 @@ branches:
2323
- >-
2424
google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/Version.java
2525
branch: 2.2.x
26+
- bumpMinorPreMajor: true
27+
handleGHRelease: true
28+
releaseType: java-backport
29+
extraFiles:
30+
- >-
31+
google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/Version.java
32+
branch: v2.6.x
2633
extraFiles:
2734
- google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/Version.java

‎.github/sync-repo-settings.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,21 @@ branchProtectionRules:
6060
- 'Kokoro - Test: Integration'
6161
- cla/google
6262
- OwlBot Post Processor
63+
- pattern: v2.6.x
64+
isAdminEnforced: true
65+
requiredApprovingReviewCount: 1
66+
requiresCodeOwnerReviews: true
67+
requiresStrictStatusChecks: false
68+
requiredStatusCheckContexts:
69+
- dependencies (8)
70+
- dependencies (11)
71+
- lint
72+
- clirr
73+
- units (8)
74+
- units (11)
75+
- 'Kokoro - Test: Integration'
76+
- cla/google
77+
- OwlBot Post Processor
6378
permissionRules:
6479
- team: yoshi-admins
6580
permission: admin

0 commit comments

Comments
 (0)
Please sign in to comment.