Skip to content

Commit 667cd21

Browse files
authored
build: configure branch java7 as a release branch (googleapis#574)
enable releases
1 parent dd06ce0 commit 667cd21

3 files changed

Lines changed: 47 additions & 47 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
bumpMinorPreMajor: true
22
handleGHRelease: true
33
releaseType: java-yoshi
4+
branches:
5+
- bumpMinorPreMajor: true
6+
handleGHRelease: true
7+
releaseType: java-yoshi
8+
branch: java7
Lines changed: 40 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,45 @@
1-
2-
# Whether or not rebase-merging is enabled on this repository.
3-
# Defaults to `true`
41
rebaseMergeAllowed: false
5-
6-
# Whether or not squash-merging is enabled on this repository.
7-
# Defaults to `true`
82
squashMergeAllowed: true
9-
10-
# Whether or not PRs are merged with a merge commit on this repository.
11-
# Defaults to `false`
123
mergeCommitAllowed: false
13-
14-
# Rules for master branch protection
154
branchProtectionRules:
16-
# Identifies the protection rule pattern. Name of the branch to be protected.
17-
# Defaults to `master`
18-
- pattern: master
19-
# Can admins overwrite branch protection.
20-
# Defaults to `true`
21-
isAdminEnforced: true
22-
# Number of approving reviews required to update matching branches.
23-
# Defaults to `1`
24-
requiredApprovingReviewCount: 1
25-
# Are reviews from code owners required to update matching branches.
26-
# Defaults to `false`
27-
requiresCodeOwnerReviews: true
28-
# Require up to date branches
29-
requiresStrictStatusChecks: false
30-
# List of required status check contexts that must pass for commits to be accepted to matching branches.
31-
requiredStatusCheckContexts:
32-
- "dependencies (8)"
33-
- "dependencies (11)"
34-
- "linkage-monitor"
35-
- "lint"
36-
- "clirr"
37-
- "units (7)"
38-
- "units (8)"
39-
- "units (11)"
40-
- "Kokoro - Test: Integration"
41-
- "cla/google"
42-
- "OwlBot Post Processor"
43-
# List of explicit permissions to add (additive only)
5+
- pattern: master
6+
isAdminEnforced: true
7+
requiredApprovingReviewCount: 1
8+
requiresCodeOwnerReviews: true
9+
requiresStrictStatusChecks: false
10+
requiredStatusCheckContexts:
11+
- dependencies (8)
12+
- dependencies (11)
13+
- linkage-monitor
14+
- lint
15+
- clirr
16+
- units (7)
17+
- units (8)
18+
- units (11)
19+
- 'Kokoro - Test: Integration'
20+
- cla/google
21+
- OwlBot Post Processor
22+
- pattern: java7
23+
isAdminEnforced: true
24+
requiredApprovingReviewCount: 1
25+
requiresCodeOwnerReviews: true
26+
requiresStrictStatusChecks: false
27+
requiredStatusCheckContexts:
28+
- dependencies (8)
29+
- dependencies (11)
30+
- linkage-monitor
31+
- lint
32+
- clirr
33+
- units (7)
34+
- units (8)
35+
- units (11)
36+
- 'Kokoro - Test: Integration'
37+
- cla/google
38+
- OwlBot Post Processor
4439
permissionRules:
45-
- team: yoshi-admins
46-
permission: admin
47-
- team: yoshi-java-admins
48-
permission: admin
49-
- team: yoshi-java
50-
permission: push
40+
- team: yoshi-admins
41+
permission: admin
42+
- team: yoshi-java-admins
43+
permission: admin
44+
- team: yoshi-java
45+
permission: push

java-resourcemanager/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ compile 'com.google.cloud:google-cloud-resourcemanager'
5959
If you are using Gradle without BOM, add this to your dependencies
6060

6161
```Groovy
62-
compile 'com.google.cloud:google-cloud-resourcemanager:0.119.8-alpha'
62+
compile 'com.google.cloud:google-cloud-resourcemanager:0.119.9-alpha'
6363
```
6464

6565
If you are using SBT, add this to your dependencies
6666

6767
```Scala
68-
libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "0.119.8-alpha"
68+
libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "0.119.9-alpha"
6969
```
7070

7171
## Authentication

0 commit comments

Comments
 (0)