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