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

Interface ChannelReleasePlanResult

packages/bumpy/src/core/prerelease.ts:108–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 };
107}
108
109export interface ChannelReleasePlanResult {
110 /** The plan with prerelease versions applied (packages already published from HEAD removed) */
111 plan: ReleasePlan;
112 /** Packages skipped because their latest prerelease was already published from this commit */
113 alreadyPublished: Array<{ name: string; version: string }>;
114 warnings: string[];
115}
116
117/**

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…