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

Class

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

Source from the content-addressed store, hash-verified

25 * This is either an exceptional-minor or the dedicated FF/RC release-train.
26 */
27export class CutStableAction extends ReleaseAction {
28 private _train = (this.active.exceptionalMinor ?? this.active.releaseCandidate)!;
29 private _branch = this._train.branchName;
30 private _newVersion = this._computeNewVersion(this._train);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected