| 99 | * version, cherry-picking the changelog, branching off from the main branch. etc. |
| 100 | */ |
| 101 | export abstract class ReleaseAction { |
| 102 | /** Whether the release action is currently active. */ |
| 103 | static isActive(_trains: ActiveReleaseTrains, _config: ReleaseConfig): Promise<boolean> { |
| 104 | throw Error('Not implemented.'); |
nothing calls this directly
no outgoing calls
no test coverage detected