Skip to content

Commit 3053610

Browse files
authored
build: enable onDemand for release-please (#12708)
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 a35f1c2 commit 3053610

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)