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

Function bumpPriority

packages/bumpy/src/commands/generate.ts:296–298  ·  view source on GitHub ↗
(type: BumpType)

Source from the content-addressed store, hash-verified

294 if (packages.has(scope)) return [scope];
295
296 return [];
297}
298
299function bumpPriority(type: BumpType): number {
300 return type === 'major' ? 2 : type === 'minor' ? 1 : 0;
301}

Callers 1

mergeReleaseFunction · 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…