Skip to content

Commit 1149581

Browse files
authored
feat: next release from main branch is 1.3.0 (googleapis#780)
1 parent fe3d48b commit 1149581

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.github/release-please.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ branches:
1010
handleGHRelease: true
1111
releaseType: java-yoshi
1212
branch: java7
13+
- bumpMinorPreMajor: true
14+
handleGHRelease: true
15+
releaseType: java-backport
16+
branch: 1.2.x

.github/sync-repo-settings.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,19 @@ branchProtectionRules:
4242
requiredApprovingReviewCount: 1
4343
requiresCodeOwnerReviews: true
4444
requiresStrictStatusChecks: true
45+
- pattern: 1.2.x
46+
isAdminEnforced: true
47+
requiredStatusCheckContexts:
48+
- dependencies (8)
49+
- dependencies (11)
50+
- lint
51+
- clirr
52+
- units (8)
53+
- units (11)
54+
- cla/google
55+
requiredApprovingReviewCount: 1
56+
requiresCodeOwnerReviews: true
57+
requiresStrictStatusChecks: true
4558
permissionRules:
4659
- team: Googlers
4760
permission: pull

0 commit comments

Comments
 (0)