fixing release script.

This commit is contained in:
Taylor Otwell
2012-03-27 15:46:42 -05:00
parent 59ae60d287
commit fd725aca21

View File

@@ -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."');
}
}