MCPcopy Create free account
hub / github.com/dmno-dev/bumpy / channelTag

Function channelTag

packages/bumpy/src/commands/ci.ts:1342–1342  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

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.`

Callers 1

formatReleasePlanCommentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…