mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update scripts with new branch names again
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 = [])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user