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

Interface PlanRelease

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

Source from the content-addressed store, hash-verified

373export type CiPlanMode = 'version-pr' | 'publish' | 'nothing';
374
375interface PlanRelease {
376 name: string;
377 type: string;
378 oldVersion: string;
379 newVersion: string;
380 dir?: string;
381 bumpFiles: string[];
382 isDependencyBump: boolean;
383 isCascadeBump: boolean;
384 publishTargets: Array<{ type: string }>;
385}
386
387interface PlanOutput {
388 mode: CiPlanMode;

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…