Skip to content

Commit 52f6cbb

Browse files
mschmickingclaude
andauthored
ci: allow release-please to be run on demand (#3)
release-please is silent when there is nothing to release, which is indistinguishable from it being misconfigured. Adding workflow_dispatch makes that state checkable without pushing a commit. Co-authored-by: Maurice Schmicking <maurice.schmicking@gmail.com> Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
1 parent 0b2a0a7 commit 52f6cbb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ name: Release PR
1010
on:
1111
push:
1212
branches: [master]
13+
# Lets a run be forced without pushing. Useful because release-please is silent by
14+
# design when there is nothing to release — dispatching it and reading the log is
15+
# the only way to tell "working, nothing to do" apart from "misconfigured".
16+
workflow_dispatch:
1317

1418
permissions:
1519
contents: write

0 commit comments

Comments
 (0)