修复标签备注

This commit is contained in:
2022-10-14 10:52:26 +08:00
parent 962695e4d5
commit 77b7258417

View File

@@ -72,7 +72,7 @@ class Version extends Command
$output->writeln('>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>');
$version = $this::VERSION;
$comment = implode("\n", $this::COMMENT);
$comment = implode(";", $this::COMMENT);
$output->info('生成标签:' . $version);
$output->info('标签描述:' . $comment);
exec("git tag -a $version -m \"$comment\"");