(rawGitCommandOutput)
| 53 | } |
| 54 | |
| 55 | function toArray(rawGitCommandOutput) { |
| 56 | return rawGitCommandOutput.trim().split('\n'); |
| 57 | } |
| 58 | |
| 59 | function maybeExtractReleaseVersion(commit) { |
| 60 | const versionRegex = /release: cut the (.*?) release/; |
no outgoing calls
no test coverage detected
searching dependent graphs…