支持推送产品版本

This commit is contained in:
augushong
2024-10-14 18:23:21 +08:00
parent 40a00be9d6
commit 0f9607620c

View File

@@ -58,6 +58,9 @@ class VersionBase extends Command
$output->writeln('>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>');
$version = $this::VERSION;
if(!empty(static::PRODUCT_VERSION)) {
$version = static::PRODUCT_VERSION;
}
$comment = implode(';', $this::COMMENT);
$output->info('生成标签:' . $version);
$output->info('标签描述:' . $comment);