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

Interface BumpFileReleaseCascade

packages/bumpy/src/types.ts:283–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281};
282
283// ---- Bump file ----
284
285export interface BumpFileReleaseSimple {
286 name: string;
287 type: BumpTypeWithNone;
288 /**
289 * When true, omit this package's entry from changelogs / release notes while
290 * still applying its bump. Per-package override of the file-level
291 * `$changelog: false` flag — set via the nested form `{ bump, changelog: false }`.
292 */

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…