Commit eb69276
authored
docs: channel branches in release workflow + promotion-PR check behavior (#116)
Doc gaps surfaced while dogfooding the `next` channel to completion.
Docs-only; no bump file (nothing under `packages/` changes).
**Release workflow examples (`github-actions.md`)** — both the
split-jobs and single-job examples now:
- comment that prerelease channel branches go in the `push` trigger too
(`[main, next, beta]`), with a link to the channels doc, and
- use a **per-ref concurrency group** (`bumpy-release-${{ github.ref
}}`). With a single shared group, a `next` prerelease publish queues
behind — or, with `cancel-in-progress: true`, gets cancelled by — a
`main` release, despite touching different dist-tags. This is the exact
lesson from our own `release.yaml`. The standalone **Concurrency**
section now explains the why, and notes the plain group is equivalent if
you only release from `main`.
**`prereleases.md` setup** — the "only trigger change" line now also
flags that an _existing_ workflow on a single concurrency group should
switch to per-ref (new workflows get it from the example).
**`cli.md`** — documents what `ci check` posts on channel PRs
(prerelease plan, `-<preid>.x`, dist-tag) and on **promotion PRs**
(reads `.bumpy/<channel>/`, shows the consolidated stable plan, calls
out that merging ends the cycle) — behavior that shipped in #111/#113
but wasn't in the command reference.
Not included here: the auto-close-promoted-release-PR docs ride with
#115; nothing here references that unmerged behavior.1 parent d687bef commit eb69276
2 files changed
Lines changed: 12 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| 193 | + | |
| 194 | + | |
193 | 195 | | |
194 | 196 | | |
195 | 197 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
| 112 | + | |
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
114 | | - | |
| 116 | + | |
| 117 | + | |
115 | 118 | | |
116 | 119 | | |
117 | 120 | | |
| |||
257 | 260 | | |
258 | 261 | | |
259 | 262 | | |
| 263 | + | |
| 264 | + | |
260 | 265 | | |
261 | 266 | | |
262 | 267 | | |
263 | | - | |
| 268 | + | |
| 269 | + | |
264 | 270 | | |
265 | 271 | | |
266 | 272 | | |
| |||
321 | 327 | | |
322 | 328 | | |
323 | 329 | | |
324 | | - | |
| 330 | + | |
325 | 331 | | |
326 | 332 | | |
327 | 333 | | |
328 | | - | |
| 334 | + | |
329 | 335 | | |
330 | 336 | | |
331 | 337 | | |
| |||
0 commit comments