Commit b102155e authored by Taylor Otwell's avatar Taylor Otwell

update release script.

parent 15fe1d52
...@@ -41,6 +41,7 @@ class TestingReleaser extends Command { ...@@ -41,6 +41,7 @@ class TestingReleaser extends Command {
*/ */
public function execute(InputInterface $input, OutputInterface $output) public function execute(InputInterface $input, OutputInterface $output)
{ {
passthru('git checkout testing');
passthru('git merge develop'); passthru('git merge develop');
File::rmdir(__DIR__.'/tests'); File::rmdir(__DIR__.'/tests');
@unlink(__DIR__.'/phpunit.php'); @unlink(__DIR__.'/phpunit.php');
......
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