Skip to content

Commit

Permalink
Fix typo in release controller
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Aug 9, 2021
1 parent 43f6a79 commit fdb897a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/controllers/ReleaseController.php
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ protected function releaseApplication($name, $path, $version)
$this->stdout("\n\nThe following steps are left for you to do manually:\n\n");
$nextVersion2 = $this->getNextVersions($nextVersion, self::PATCH); // TODO support other versions
$this->stdout("- close the $version milestone on github and open new ones for {$nextVersion["app-$name"]} and {$nextVersion2["app-$name"]}: https://github.com/yiisoft/yii2-app-$name/milestones\n");
$this->stdout("- Create Application packages and upload them to framework releast at github: ./build/build release/package app-$name\n");
$this->stdout("- Create Application packages and upload them to framework release at github: ./build/build release/package app-$name\n");

$this->stdout("\n");
}
Expand Down

0 comments on commit fdb897a

Please sign in to comment.