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

Function snapshotVersion

packages/bumpy/src/core/snapshot.ts:96–98  ·  view source on GitHub ↗
(target: string, snapshot: ResolvedSnapshot)

Source from the content-addressed store, hash-verified

94
95/** Compose the snapshot version for one target: `<target>-<name>-<suffix>` */
96export function snapshotVersion(target: string, snapshot: ResolvedSnapshot): string {
97 return `${target}-${snapshot.name}-${snapshot.suffix}`;
98}
99
100export interface SnapshotReleasePlanResult {
101 /** The plan with snapshot versions applied (packages already published from this commit removed) */

Callers 2

snapshot.test.tsFile · 0.90
buildSnapshotReleasePlanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…