From 77b7258417f8a261ac4f8635c453a8f8e1349f19 Mon Sep 17 00:00:00 2001 From: augushong Date: Fri, 14 Oct 2022 10:52:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A0=87=E7=AD=BE=E5=A4=87?= =?UTF-8?q?=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/command/admin/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/command/admin/Version.php b/app/common/command/admin/Version.php index 2e50f48..7fc6ee7 100644 --- a/app/common/command/admin/Version.php +++ b/app/common/command/admin/Version.php @@ -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\"");