Commit bc33dad
ci: add workflow_dispatch with branch and prerelease inputs (#10)
## Summary
- Add `workflow_dispatch` trigger with `branch` and `prerelease` inputs
- Pass `target-branch` and `prerelease` to the release-please action
- Push to main uses config default (`prerelease: true`), dispatch can
override
## Test plan
- [ ] Trigger workflow manually from Actions tab, verify inputs appear
- [ ] Push to main, verify release-please still creates alpha
pre-release PRs
- [ ] Dispatch with `prerelease: false` for a stable release
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 1539dcc commit bc33dad
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
6 | 16 | | |
7 | 17 | | |
8 | 18 | | |
| |||
28 | 38 | | |
29 | 39 | | |
30 | 40 | | |
| 41 | + | |
| 42 | + | |
31 | 43 | | |
32 | 44 | | |
33 | 45 | | |
| |||
0 commit comments