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

Function makeReleasePlan

packages/bumpy/test/helpers.ts:87–89  ·  view source on GitHub ↗
(releases: PlannedRelease[], bumpFiles: BumpFile[] = [])

Source from the content-addressed store, hash-verified

85
86/** Create a ReleasePlan for testing */
87export function makeReleasePlan(releases: PlannedRelease[], bumpFiles: BumpFile[] = []): ReleasePlan {
88 return { releases, bumpFiles, warnings: [] };
89}
90
91// ---- Temp git repo helpers ----
92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…