File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -218,10 +218,10 @@ public function actionRelease(array $what)
218218 $ gitDir = reset ($ what ) === 'framework ' ? 'framework/ ' : '' ;
219219 $ gitVersion = $ versions [reset ($ what )];
220220 if (strncmp ('app- ' , reset ($ what ), 4 ) !== 0 ) {
221- $ this ->stdout ("- no accidentally added CHANGELOG lines for other versions than this one? \n\n git diff $ gitVersion.. $ { gitDir}CHANGELOG.md \n\n" );
221+ $ this ->stdout ("- no accidentally added CHANGELOG lines for other versions than this one? \n\n git diff $ gitVersion.. { $ gitDir }CHANGELOG.md \n\n" );
222222 $ this ->stdout ("- are all new `@since` tags for this release version? \n" );
223223 }
224- $ this ->stdout ("- other issues with code changes? \n\n git diff -w $ gitVersion.. $ { gitDir}\n\n" );
224+ $ this ->stdout ("- other issues with code changes? \n\n git diff -w $ gitVersion.. { $ gitDir }\n\n" );
225225 $ travisUrl = reset ($ what ) === 'framework ' ? '' : '- ' . reset ($ what );
226226 $ this ->stdout ("- are unit tests passing on travis? https://travis-ci.com/yiisoft/yii2 $ travisUrl/builds \n" );
227227 $ this ->stdout ("- also make sure the milestone on github is complete and no issues or PRs are left open. \n\n" );
You can’t perform that action at this time.
0 commit comments