| 22 | * for cutting first release-candidates. |
| 23 | */ |
| 24 | export abstract class CutPrereleaseBaseAction extends ReleaseAction { |
| 25 | abstract releaseTrain: ReleaseTrain; |
| 26 | abstract npmDistTag: NpmDistTag; |
| 27 |
nothing calls this directly
no outgoing calls
no test coverage detected