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

Interface PlanOutput

packages/bumpy/src/commands/ci.ts:387–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387interface PlanOutput {
388 mode: CiPlanMode;
389 bumpFiles: Array<{
390 id: string;
391 summary: string;
392 releases: Array<{ name: string; type: string }>;
393 }>;
394 releases: PlanRelease[];
395 packageNames: string[];
396}
397
398/**
399 * CI plan: report what `ci release` would do, without acting.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…