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

Class

ng-dev/release/publish/actions/cut-new-patch.ts:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 * for the new patch version, but also needs to be cherry-picked into the next development branch.
17 */
18export class CutNewPatchAction extends ReleaseAction {
19 private _previousVersion = this.active.latest.version;
20 private _newVersion = semverInc(this._previousVersion, 'patch');
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected