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)
218
218
$ gitDir = reset ($ what ) === 'framework ' ? 'framework/ ' : '' ;
219
219
$ gitVersion = $ versions [reset ($ what )];
220
220
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" );
222
222
$ this ->stdout ("- are all new `@since` tags for this release version? \n" );
223
223
}
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" );
225
225
$ travisUrl = reset ($ what ) === 'framework ' ? '' : '- ' . reset ($ what );
226
226
$ this ->stdout ("- are unit tests passing on travis? https://travis-ci.com/yiisoft/yii2 $ travisUrl/builds \n" );
227
227
$ this ->stdout ("- also make sure the milestone on github is complete and no issues or PRs are left open. \n\n" );
0 commit comments