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

Interface ChannelVersionResult

packages/bumpy/src/commands/version.ts:101–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101export interface ChannelVersionResult {
102 /** The full cycle plan (pending + shipped bump files) with stable target versions */
103 cyclePlan: ReleasePlan;
104 /** Bump files that were moved into the channel dir by this run */
105 movedFiles: BumpFile[];
106}
107
108/**
109 * "Versioning" on a prerelease channel never writes versions or changelogs — those

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…