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

Interface SnapshotReleasePlanResult

packages/bumpy/src/core/snapshot.ts:100–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100export interface SnapshotReleasePlanResult {
101 /** The plan with snapshot versions applied (packages already published from this commit removed) */
102 plan: ReleasePlan;
103 /** Packages skipped because this exact snapshot version was already published */
104 alreadyPublished: Array<{ name: string; version: string }>;
105 warnings: string[];
106}
107
108/**
109 * Transform a stable release plan (targets from bump files) into a snapshot plan: each

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…