Update comment
parent
b07be842a0
commit
c52e8e5656
|
@ -217,7 +217,7 @@ class VersionGuesser
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// do not compare against other feature branches
|
// do not compare against itself or other feature branches
|
||||||
if ($candidate === $branch || !preg_match('{^(' . $nonFeatureBranches . '|master|trunk|default|develop|\d+\..+)$}', $candidate, $match)) {
|
if ($candidate === $branch || !preg_match('{^(' . $nonFeatureBranches . '|master|trunk|default|develop|\d+\..+)$}', $candidate, $match)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue