Skip to content

Commit 5b565c6

Browse files
committed
build: configure onDemand for release-please
1 parent 3c5fb14 commit 5b565c6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/release-please.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,29 @@ primaryBranch: main
22
releaseType: java-yoshi
33
manifest: true
44
handleGHRelease: true
5+
onDemand: true
56
branches:
67
- branch: 1.0.x
78
releaseType: java-backport
89
bumpMinorPreMajor: true
10+
onDemand: true
911
- branch: 1.13.x
1012
releaseType: java-backport
13+
onDemand: true
1114
- branch: 1.25.x
1215
releaseType: java-backport
16+
onDemand: true
1317
- branch: 1.37.x
1418
releaseType: java-backport
19+
onDemand: true
1520
- branch: 1.53.x
1621
releaseType: java-backport
22+
onDemand: true
1723
- branch: 1.61.x
1824
releaseType: java-backport
25+
onDemand: true
1926
- branch: 1.58.x
2027
releaseType: java-backport
28+
onDemand: true
2129
- branch: protobuf-4.x-rc
30+
onDemand: true

0 commit comments

Comments
 (0)