MCPcopy Index your code
hub / github.com/dmno-dev/bumpy / CascadeRule

Interface CascadeRule

packages/bumpy/src/types.ts:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30export interface CascadeRule {
31 /** What bump level in the source triggers the cascade. Default: "patch" (any bump) */
32 trigger?: BumpType;
33 /** What bump to apply to the target. Default: "match" (same as the source bump level) */
34 bumpAs?: BumpType | 'match';
35}
36
37/** Input type for cascadeTo/cascadeFrom — array of names/globs, or object with per-entry rules */
38export type CascadeConfig = string[] | Record<string, CascadeRule>;

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…