Update scripts with new branch names again

This commit is contained in:
DariusIII
2016-03-23 11:20:45 +01:00
parent dd020864f3
commit cd344a46cd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ if ($error === false) {
}
}
} else {
echo "not 'dev', '0.6.x-dev', '0.6.0' or '0.5.x' branch, skipping version/patch updates\n";
echo "not 'dev', '0.x', or '0.5.x' branch, skipping version/patch updates\n";
}
} else {
echo "Error in pre-commit hooks!!\n";
+1 -1
View File
@@ -27,7 +27,7 @@ namespace newznab\utility;
class Git extends \GitRepo
{
private $branch;
private $mainBranches = ['dev','0.6.x-dev', '0.5.x', '0.x'];
private $mainBranches = ['dev', '0.5.x', '0.x'];
public function __construct(array $options = [])
{