mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-10 03:42:49 +08:00
修复标签备注
This commit is contained in:
@@ -72,7 +72,7 @@ class Version extends Command
|
|||||||
$output->writeln('>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>');
|
$output->writeln('>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>');
|
||||||
|
|
||||||
$version = $this::VERSION;
|
$version = $this::VERSION;
|
||||||
$comment = implode("\n", $this::COMMENT);
|
$comment = implode(";", $this::COMMENT);
|
||||||
$output->info('生成标签:' . $version);
|
$output->info('生成标签:' . $version);
|
||||||
$output->info('标签描述:' . $comment);
|
$output->info('标签描述:' . $comment);
|
||||||
exec("git tag -a $version -m \"$comment\"");
|
exec("git tag -a $version -m \"$comment\"");
|
||||||
|
|||||||
Reference in New Issue
Block a user