| 43 | |
| 44 | /** Class holding method for invoking release action external commands. */ |
| 45 | export abstract class ExternalCommands { |
| 46 | /** |
| 47 | * Invokes the `ng-dev release set-dist-tag` command in order to set the specified |
| 48 | * NPM dist tag for all packages in the checked out branch to the given version. |
nothing calls this directly
no outgoing calls
no test coverage detected