From b102155ed7a309e1b598f410c4e254a1ba52c841 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 27 Mar 2012 15:42:49 -0500 Subject: [PATCH] update release script. --- release | 1 + 1 file changed, 1 insertion(+) diff --git a/release b/release index b7421f8a..6d85446f 100644 --- a/release +++ b/release @@ -41,6 +41,7 @@ class TestingReleaser extends Command { */ public function execute(InputInterface $input, OutputInterface $output) { + passthru('git checkout testing'); passthru('git merge develop'); File::rmdir(__DIR__.'/tests'); @unlink(__DIR__.'/phpunit.php');