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

Function buildAddBumpFileLink

packages/bumpy/src/commands/ci.ts:1242–1250  ·  view source on GitHub ↗
(prBranch: string | null)

Source from the content-addressed store, hash-verified

1240 });
1241 try {
1242 const built = await buildChannelReleasePlan(stablePlan, channel, packages, rootDir, { forDisplay: true });
1243 releases = built.plan.releases;
1244 } catch {
1245 releases = stablePlan.releases.map((r) => ({ ...r, newVersion: `${r.newVersion}-${channel.preid}.?` }));
1246 }
1247 }
1248
1249 const output = {
1250 mode,
1251 channel: channel.name,
1252 bumpFiles: bumpFiles.map((bf) => ({
1253 id: bf.id,

Callers 3

formatReleasePlanCommentFunction · 0.85
formatNoBumpFilesCommentFunction · 0.85

Calls 1

randomNameFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…