| 281 | }; |
| 282 | |
| 283 | // ---- Bump file ---- |
| 284 | |
| 285 | export 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 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…