Skip to content

Commit 32b6945

Browse files
committed
chore: cleanup release-please config
- Remove redundant options already declared at the top level.\n- Remove bumpMinorPreMajor for repositories after the first major release.
1 parent 98fb86e commit 32b6945

File tree

1 file changed

+15
-46
lines changed

1 file changed

+15
-46
lines changed

.github/release-please.yml

Lines changed: 15 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -2,50 +2,19 @@ bumpMinorPreMajor: true
22
handleGHRelease: true
33
releaseType: java-yoshi
44
branches:
5-
- bumpMinorPreMajor: true
6-
handleGHRelease: true
7-
releaseType: java-yoshi
8-
branch: java7
9-
- bumpMinorPreMajor: true
10-
handleGHRelease: true
11-
releaseType: java-backport
12-
branch: 3.7.x
13-
- bumpMinorPreMajor: true
14-
handleGHRelease: true
15-
releaseType: java-backport
16-
extraFiles:
17-
- >-
18-
google-cloud-logging/src/main/java/com/google/cloud/logging/Instrumentation.java
19-
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.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
34-
- bumpMinorPreMajor: true
35-
handleGHRelease: true
36-
releaseType: java-backport
37-
extraFiles:
38-
- >-
39-
google-cloud-logging/src/main/java/com/google/cloud/logging/Instrumentation.java
40-
branch: 3.22.x
41-
- bumpMinorPreMajor: true
42-
handleGHRelease: true
43-
releaseType: java-yoshi
44-
extraFiles:
45-
- >-
46-
google-cloud-logging/src/main/java/com/google/cloud/logging/Instrumentation.java
47-
branch: protobuf-4.x-rc
48-
manifest: true
5+
- branch: java7
6+
- releaseType: java-backport
7+
branch: 3.7.x
8+
- releaseType: java-backport
9+
branch: 3.13.x
10+
- releaseType: java-backport
11+
branch: 3.17.x
12+
- releaseType: java-backport
13+
branch: 3.21.x
14+
- releaseType: java-backport
15+
branch: 3.22.x
16+
- branch: protobuf-4.x-rc
17+
manifest: true
4918
extraFiles:
50-
- >-
51-
google-cloud-logging/src/main/java/com/google/cloud/logging/Instrumentation.java
19+
- >-
20+
google-cloud-logging/src/main/java/com/google/cloud/logging/Instrumentation.java

0 commit comments

Comments
 (0)