Add release preparation command [MAILPOET-1847]

This commit is contained in:
wxa
2019-02-28 13:34:24 +03:00
committed by M. Shull
parent 17d361c108
commit de4a95cf92
2 changed files with 18 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ class ReleaseVersionController {
}, $issues);
$output[] = "Done, issues processed: " . count($result);
return join("\n", $output);
return [$version, join("\n", $output)];
}
private function getDoneIssuesWithoutVersion() {