Browse Source

fixing release script.

Taylor Otwell 12 years ago
parent
commit
fd725aca21
1 changed files with 2 additions and 0 deletions
  1. 2 0
      release

+ 2 - 0
release

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