Skip to content

Commit 28cfc07

Browse files
authored
feat: next release from main branch is 0.134.0-alpha (googleapis#1600)
1 parent 4152ee1 commit 28cfc07

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

.github/release-please.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@ bumpMinorPreMajor: true
22
handleGHRelease: true
33
releaseType: java-yoshi
44
branches:
5-
- branch: java7
6-
- branch: protobuf-4.x-rc
7-
manifest: true
5+
- branch: java7
6+
- branch: protobuf-4.x-rc
7+
manifest: true
8+
- bumpMinorPreMajor: true
9+
handleGHRelease: true
10+
releaseType: java-backport
11+
extraFiles:
12+
- src/main/java/com/google/cloud/logging/logback/LoggingAppender.java
13+
branch: 0.133.x
814
extraFiles:
9-
- src/main/java/com/google/cloud/logging/logback/LoggingAppender.java
15+
- src/main/java/com/google/cloud/logging/logback/LoggingAppender.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: 0.133.x
36+
isAdminEnforced: true
37+
requiredApprovingReviewCount: 1
38+
requiresCodeOwnerReviews: true
39+
requiresStrictStatusChecks: false
40+
requiredStatusCheckContexts:
41+
- dependencies (17)
42+
- lint
43+
- clirr
44+
- units (8)
45+
- units (11)
46+
- 'Kokoro - Test: Integration'
47+
- cla/google
48+
- javadoc
49+
- unmanaged_dependency_check
3550
permissionRules:
3651
- team: yoshi-admins
3752
permission: admin

0 commit comments

Comments
 (0)