| 99 | } |
| 100 | |
| 101 | export interface ChannelVersionResult { |
| 102 | /** The full cycle plan (pending + shipped bump files) with stable target versions */ |
| 103 | cyclePlan: ReleasePlan; |
| 104 | /** Bump files that were moved into the channel dir by this run */ |
| 105 | movedFiles: BumpFile[]; |
| 106 | } |
| 107 | |
| 108 | /** |
| 109 | * "Versioning" on a prerelease channel never writes versions or changelogs — those |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…