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

Interface ReleasePlan

packages/bumpy/src/types.ts:354–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352// ---- Release plan ----
353
354export interface PlannedRelease {
355 name: string;
356 type: BumpType;
357 oldVersion: string;
358 newVersion: string;
359 bumpFiles: string[]; // bump file IDs that contributed (direct only)
360 isDependencyBump: boolean;
361 isCascadeBump: boolean;

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…