Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,46 @@ releaseType: java-yoshi
manifest: true
handleGHRelease: true
onDemand: true
local: true
localCloneDepth: 200
branches:
- branch: 1.0.x
releaseType: java-backport
bumpMinorPreMajor: true
onDemand: true
local: true
localCloneDepth: 200
Comment thread
chingor13 marked this conversation as resolved.
- branch: 1.13.x
releaseType: java-backport
onDemand: true
local: true
localCloneDepth: 200
- branch: 1.25.x
releaseType: java-backport
onDemand: true
local: true
localCloneDepth: 200
- branch: 1.37.x
releaseType: java-backport
onDemand: true
local: true
localCloneDepth: 200
- branch: 1.53.x
releaseType: java-backport
onDemand: true
local: true
localCloneDepth: 200
- branch: 1.61.x
releaseType: java-backport
onDemand: true
local: true
localCloneDepth: 200
- branch: 1.58.x
releaseType: java-backport
onDemand: true
local: true
localCloneDepth: 200
- branch: protobuf-4.x-rc
onDemand: true
local: true
localCloneDepth: 200
Loading