| 352 | // ---- Release plan ---- |
| 353 | |
| 354 | export interface PlannedRelease { |
| 355 | name: string; |
| 356 | type: BumpType; |
| 357 | oldVersion: string; |
| 358 | newVersion: string; |
| 359 | bumpFiles: string[]; // bump file IDs that contributed (direct only) |
| 360 | isDependencyBump: boolean; |
| 361 | isCascadeBump: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…