Skip to content

Commit e375982

Browse files
committed
feat: next release from main branch is 3.16.0
1 parent d217fa8 commit e375982

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.github/release-please.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ branches:
1717
- >-
1818
google-cloud-logging/src/main/java/com/google/cloud/logging/Instrumentation.java
1919
branch: 3.13.x
20+
- bumpMinorPreMajor: true
21+
handleGHRelease: true
22+
releaseType: java-backport
23+
extraFiles:
24+
- >-
25+
google-cloud-logging/src/main/java/com/google/cloud/logging/Instrumentation.java
26+
branch: 3.15.x
2027
extraFiles:
2128
- >-
2229
google-cloud-logging/src/main/java/com/google/cloud/logging/Instrumentation.java

.github/sync-repo-settings.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,23 @@ branchProtectionRules:
6666
- OwlBot Post Processor
6767
- 'Kokoro - Test: Java GraalVM Native Image'
6868
- 'Kokoro - Test: Java 17 GraalVM Native Image'
69+
- pattern: 3.15.x
70+
isAdminEnforced: true
71+
requiredApprovingReviewCount: 1
72+
requiresCodeOwnerReviews: true
73+
requiresStrictStatusChecks: false
74+
requiredStatusCheckContexts:
75+
- dependencies (17)
76+
- lint
77+
- clirr
78+
- units (8)
79+
- units (11)
80+
- 'Kokoro - Test: Integration'
81+
- cla/google
82+
- OwlBot Post Processor
83+
- 'Kokoro - Test: Java GraalVM Native Image'
84+
- 'Kokoro - Test: Java 17 GraalVM Native Image'
85+
- javadoc
6986
permissionRules:
7087
- team: yoshi-admins
7188
permission: admin

0 commit comments

Comments
 (0)