Commit fd725aca authored by Taylor Otwell's avatar Taylor Otwell

fixing release script.

parent 59ae60d2
......@@ -85,6 +85,8 @@ class DevelopHotfixer extends Command {
File::rmdir(__DIR__.'/tests_bkp');
@unlink(__DIR__.'/phpunit_bkp.php');
@unlink(__DIR__.'/phpunit_bkp.xml');
passthru('git add .');
passthru('git commit -am "<auto> merging hotfixes. re-added tests into repository."');
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment