Skip to content

Commit 15865a5

Browse files
committed
build: enable onDemand for release-please
The monorepo has a lot of commits and overloads release-please by triggering it on every commit. Enabling onDemand will skip automatic processing on push events and require manual triggering via the release-please:force-run label.
1 parent 6dcef87 commit 15865a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ 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

0 commit comments

Comments
 (0)