We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1364fab commit ad34d12Copy full SHA for ad34d12
src/Stdlib/ReleaseInfo.php
@@ -61,7 +61,6 @@ private function branchList(): array
61
try {
62
$gitLogOutput = runLocally('git log --merges -n 1');
63
} catch (RunException $e) {
64
-
65
}
66
67
if (!preg_match(self::MERGE_PATTERN, $gitLogOutput, $matches)) {
0 commit comments