Skip to content

Commit cc54c03

Browse files
authored
chore: enable releases for 2.30.x branch (#2136)
enable releases
1 parent b2f0dac commit cc54c03

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

.github/release-please.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,12 @@ branches:
5151
- >-
5252
google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/Version.java
5353
branch: 2.25.x
54+
- bumpMinorPreMajor: true
55+
handleGHRelease: true
56+
releaseType: java-backport
57+
extraFiles:
58+
- >-
59+
google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/Version.java
60+
branch: 2.30.x
5461
extraFiles:
5562
- google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/Version.java

.github/sync-repo-settings.yaml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ branchProtectionRules:
1919
- 'Kokoro - Test: Java GraalVM Native Image'
2020
- 'Kokoro - Test: Java 17 GraalVM Native Image'
2121
- javadoc
22-
- conformance
22+
- conformance
2323
- pattern: 1.22.0-sp
2424
isAdminEnforced: true
2525
requiredApprovingReviewCount: 1
@@ -124,6 +124,24 @@ branchProtectionRules:
124124
- OwlBot Post Processor
125125
- 'Kokoro - Test: Java GraalVM Native Image'
126126
- 'Kokoro - Test: Java 17 GraalVM Native Image'
127+
- pattern: 2.30.x
128+
isAdminEnforced: true
129+
requiredApprovingReviewCount: 1
130+
requiresCodeOwnerReviews: true
131+
requiresStrictStatusChecks: false
132+
requiredStatusCheckContexts:
133+
- dependencies (17)
134+
- lint
135+
- clirr
136+
- units (8)
137+
- units (11)
138+
- 'Kokoro - Test: Integration'
139+
- cla/google
140+
- OwlBot Post Processor
141+
- 'Kokoro - Test: Java GraalVM Native Image'
142+
- 'Kokoro - Test: Java 17 GraalVM Native Image'
143+
- javadoc
144+
- conformance
127145
permissionRules:
128146
- team: yoshi-admins
129147
permission: admin

0 commit comments

Comments
 (0)