Skip to content

Commit 7736073

Browse files
authoredFeb 28, 2025··
feat: next release from main branch is 3.22.0 (#1776)
1 parent 3af9e3d commit 7736073

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
 

‎.github/release-please.yml

+7
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ branches:
2424
- >-
2525
google-cloud-logging/src/main/java/com/google/cloud/logging/Instrumentation.java
2626
branch: 3.17.x
27+
- bumpMinorPreMajor: true
28+
handleGHRelease: true
29+
releaseType: java-backport
30+
extraFiles:
31+
- >-
32+
google-cloud-logging/src/main/java/com/google/cloud/logging/Instrumentation.java
33+
branch: 3.21.x
2734
extraFiles:
2835
- >-
2936
google-cloud-logging/src/main/java/com/google/cloud/logging/Instrumentation.java

‎.github/sync-repo-settings.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,24 @@ branchProtectionRules:
8080
- 'Kokoro - Test: Java GraalVM Native Image'
8181
- 'Kokoro - Test: Java 17 GraalVM Native Image'
8282
- javadoc
83+
- pattern: 3.21.x
84+
isAdminEnforced: true
85+
requiredApprovingReviewCount: 1
86+
requiresCodeOwnerReviews: true
87+
requiresStrictStatusChecks: false
88+
requiredStatusCheckContexts:
89+
- dependencies (17)
90+
- lint
91+
- clirr
92+
- units (8)
93+
- units (11)
94+
- 'Kokoro - Test: Integration'
95+
- cla/google
96+
- 'Kokoro - Test: Java GraalVM Native Image'
97+
- 'Kokoro - Test: Java 17 GraalVM Native Image'
98+
- javadoc
99+
- library_generation
100+
- unmanaged_dependency_check
83101
permissionRules:
84102
- team: yoshi-admins
85103
permission: admin

0 commit comments

Comments
 (0)
Please sign in to comment.