MCPcopy Create free account
hub / github.com/angular/dev-infra /

Class

ng-dev/release/publish/actions.ts:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 * version, cherry-picking the changelog, branching off from the main branch. etc.
100 */
101export 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.');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected