Skip to content

Commit

Permalink
feat: next release from main branch is 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mutianf committed Dec 13, 2023
1 parent 8ee4d33 commit 850cce9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,12 @@ branches:
bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableHBaseVersion.java
handleGHRelease: true
branch: 2.9.x
- releaseType: java-yoshi
bumpMinorPreMajor: true
extraFiles:
- >-
bigtable-client-core-parent/bigtable-client-core/src/main/java/com/google/cloud/bigtable/config/BigtableVersionInfo.java
- >-
bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableHBaseVersion.java
handleGHRelease: true
branch: 2.12.x
14 changes: 14 additions & 0 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,20 @@ branchProtectionRules:
- OwlBot Post Processor
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
- pattern: 2.12.x
isAdminEnforced: true
requiredStatusCheckContexts:
- 'Kokoro - Test: Binary Compatibility'
- 'Kokoro - Test: Code Format'
- 'Kokoro - Test: Dependencies'
- 'Kokoro - Test: Integration'
- 'Kokoro - Test: Java 11'
- 'Kokoro - Test: Java 8'
- 'Kokoro - Test: Beam Integration'
- cla/google
- OwlBot Post Processor
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
permissionRules:
- team: yoshi-java-admins
permission: admin
Expand Down

0 comments on commit 850cce9

Please sign in to comment.