| 25 | * This is either an exceptional-minor or the dedicated FF/RC release-train. |
| 26 | */ |
| 27 | export 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); |
nothing calls this directly
no outgoing calls
no test coverage detected