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

Class

ng-dev/release/publish/actions/shared/cut-prerelease.ts:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 * for cutting first release-candidates.
23 */
24export abstract class CutPrereleaseBaseAction extends ReleaseAction {
25 abstract releaseTrain: ReleaseTrain;
26 abstract npmDistTag: NpmDistTag;
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected