diff --git a/recipe/deploy/release.php b/recipe/deploy/release.php index 9fdcdb18..38c5f1dc 100644 --- a/recipe/deploy/release.php +++ b/recipe/deploy/release.php @@ -94,7 +94,7 @@ set('release_path', function () { }); -desc('Prepare release'); +desc('Prepare release. Clean up unfinished releases and prepare next release.'); task('deploy:release', function () { cd('{{deploy_path}}');