Skip to content

Commit c323aff

Browse files
authored
build: configure branch java7 as a release branch (#931)
enable releases
1 parent d7e8317 commit c323aff

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.github/release-please.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ branches:
77
releaseType: java-lts
88
branch: 1.22.0-sp
99
extraFiles:
10-
- google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/Version.java
10+
- >-
11+
google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/Version.java
12+
- bumpMinorPreMajor: true
13+
handleGHRelease: true
14+
releaseType: java-yoshi
15+
extraFiles:
16+
- >-
17+
google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/Version.java
18+
branch: java7
1119
extraFiles:
1220
- google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/Version.java

.github/sync-repo-settings.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,21 @@ branchProtectionRules:
3232
- units (11)
3333
- 'Kokoro - Test: Integration'
3434
- cla/google
35+
- pattern: java7
36+
isAdminEnforced: true
37+
requiredApprovingReviewCount: 1
38+
requiresCodeOwnerReviews: true
39+
requiresStrictStatusChecks: false
40+
requiredStatusCheckContexts:
41+
- dependencies (8)
42+
- dependencies (11)
43+
- linkage-monitor
44+
- lint
45+
- clirr
46+
- units (8)
47+
- units (11)
48+
- 'Kokoro - Test: Integration'
49+
- cla/google
3550
permissionRules:
3651
- team: yoshi-admins
3752
permission: admin

0 commit comments

Comments
 (0)