Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 3733c1c

Browse files
chore: cleanup release-please config (#2264)
- Remove redundant options already declared at the top level.\n- Remove bumpMinorPreMajor for repositories after the first major release. Co-authored-by: Blake Li <blakeli@google.com>
1 parent 6e30a6c commit 3733c1c

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

.github/release-please.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ 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-yoshi
12-
branch: protobuf-4.x-rc
13-
manifest: true
5+
- branch: java7
6+
- branch: protobuf-4.x-rc
7+
manifest: true

0 commit comments

Comments
 (0)