Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit d0b9bdf

Browse files
committed
chore: create LTS branch 2.60.x
1 parent 95e7abf commit d0b9bdf

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

.github/release-please.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,12 @@ branches:
7979
- >-
8080
google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/Version.java
8181
branch: 2.61.x
82+
- bumpMinorPreMajor: true
83+
handleGHRelease: true
84+
releaseType: java-backport
85+
extraFiles:
86+
- >-
87+
google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/Version.java
88+
branch: 2.60.x
8289
extraFiles:
8390
- google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/Version.java

.github/sync-repo-settings.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,26 @@ branchProtectionRules:
197197
- conformance
198198
- library_generation
199199
- unmanaged_dependency_check
200+
- pattern: 2.60.x
201+
isAdminEnforced: true
202+
requiredApprovingReviewCount: 1
203+
requiresCodeOwnerReviews: true
204+
requiresStrictStatusChecks: false
205+
requiredStatusCheckContexts:
206+
- dependencies (17)
207+
- lint
208+
- clirr
209+
- units (8)
210+
- units (11)
211+
- 'Kokoro - Test: Integration'
212+
- cla/google
213+
- 'Kokoro - Test: Java GraalVM Native Image A'
214+
- 'Kokoro - Test: Java GraalVM Native Image B'
215+
- 'Kokoro - Test: Java GraalVM Native Image C'
216+
- javadoc
217+
- conformance
218+
- library_generation
219+
- unmanaged_dependency_check
200220
permissionRules:
201221
- team: yoshi-admins
202222
permission: admin

0 commit comments

Comments
 (0)