Skip to content

Commit 42947c2

Browse files
authored
build: use local clone for release-please (#12757)
This will use a local git clone to speed up the release-please runs and avoid reduce quota issues
1 parent 1760164 commit 42947c2

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/release-please.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,46 @@ releaseType: java-yoshi
33
manifest: true
44
handleGHRelease: true
55
onDemand: true
6+
local: true
7+
localCloneDepth: 200
68
branches:
79
- branch: 1.0.x
810
releaseType: java-backport
911
bumpMinorPreMajor: true
12+
onDemand: true
13+
local: true
14+
localCloneDepth: 200
1015
- branch: 1.13.x
1116
releaseType: java-backport
17+
onDemand: true
18+
local: true
19+
localCloneDepth: 200
1220
- branch: 1.25.x
1321
releaseType: java-backport
22+
onDemand: true
23+
local: true
24+
localCloneDepth: 200
1425
- branch: 1.37.x
1526
releaseType: java-backport
27+
onDemand: true
28+
local: true
29+
localCloneDepth: 200
1630
- branch: 1.53.x
1731
releaseType: java-backport
32+
onDemand: true
33+
local: true
34+
localCloneDepth: 200
1835
- branch: 1.61.x
1936
releaseType: java-backport
37+
onDemand: true
38+
local: true
39+
localCloneDepth: 200
2040
- branch: 1.58.x
2141
releaseType: java-backport
42+
onDemand: true
43+
local: true
44+
localCloneDepth: 200
2245
- branch: protobuf-4.x-rc
46+
onDemand: true
47+
local: true
48+
localCloneDepth: 200

0 commit comments

Comments
 (0)