(name: string)
| 1340 | // channel (e.g. `next` → `main`). Merging it ends the cycle and ships stable. |
| 1341 | const promotedChannels = channel ? [] : [...new Set(bumpFiles.map((bf) => bf.channel))].filter((c) => c != null); |
| 1342 | const channelTag = (name: string) => `\`@${allChannels?.get(name)?.tag ?? name}\``; |
| 1343 | |
| 1344 | const headline = channel |
| 1345 | ? `**This PR targets the \`${channel.name}\` prerelease channel** — merging it ships these packages as a **prerelease** to the \`@${channel.tag}\` dist-tag, not a stable release.` |
no outgoing calls
no test coverage detected
searching dependent graphs…