Commit 4088a28
authored
Run release workflow on
## Summary
Add `release/*` to the Release workflow's branch list so the
changesets action runs on pushes to short-lived release branches. This
lets us enter changesets pre-mode on a temporary `release/*` branch and
cut prereleases (alpha, beta, rc) without flipping `main` into pre-mode.
The immediate use case: validating a `@graphiql/react` fix on esm.sh's
`?standalone` build before it lands on `latest`. The mechanism is
reusable for future prerelease lines.release/* branches (#4305)1 parent 1155a2c commit 4088a28
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments