| 41 | } |
| 42 | |
| 43 | export class ReleaseTool { |
| 44 | /** The previous git commit to return back to after the release tool runs. */ |
| 45 | private previousGitBranchOrRevision = this._git.getCurrentBranchOrRevision(); |
| 46 | /** The release configuration for the release tool run. */ |
nothing calls this directly
no outgoing calls
no test coverage detected