Skip to content

Commit 73fff5a

Browse files
chore: create 2.13.x branch to track feature prior to dependency refa… (#4317)
…ctor Change-Id: I1d2f6e78baa6818e2061662602c6e80201cb69c0 Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/java-bigtable-hbase/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> ☕️ If you write sample code, please follow the [samples format]( https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
1 parent 941693d commit 73fff5a

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.github/release-please.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,12 @@ branches:
6565
bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableHBaseVersion.java
6666
handleGHRelease: true
6767
branch: 2.12.x
68+
- releaseType: java-backport
69+
bumpMinorPreMajor: true
70+
extraFiles:
71+
- >-
72+
bigtable-client-core-parent/bigtable-client-core/src/main/java/com/google/cloud/bigtable/config/BigtableVersionInfo.java
73+
- >-
74+
bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableHBaseVersion.java
75+
handleGHRelease: true
76+
branch: 2.13.x

.github/sync-repo-settings.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,20 @@ branchProtectionRules:
114114
- OwlBot Post Processor
115115
requiredApprovingReviewCount: 1
116116
requiresCodeOwnerReviews: true
117+
- pattern: 2.13.x
118+
isAdminEnforced: true
119+
requiredStatusCheckContexts:
120+
- 'Kokoro - Test: Binary Compatibility'
121+
- 'Kokoro - Test: Code Format'
122+
- 'Kokoro - Test: Dependencies'
123+
- 'Kokoro - Test: Integration'
124+
- 'Kokoro - Test: Java 11'
125+
- 'Kokoro - Test: Java 8'
126+
- 'Kokoro - Test: Beam Integration'
127+
- cla/google
128+
- OwlBot Post Processor
129+
requiredApprovingReviewCount: 1
130+
requiresCodeOwnerReviews: true
117131
permissionRules:
118132
- team: yoshi-java-admins
119133
permission: admin

0 commit comments

Comments
 (0)