mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-08 02:52:49 +08:00
支持推送产品版本
This commit is contained in:
@@ -58,6 +58,9 @@ class VersionBase extends Command
|
|||||||
$output->writeln('>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>');
|
$output->writeln('>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>');
|
||||||
|
|
||||||
$version = $this::VERSION;
|
$version = $this::VERSION;
|
||||||
|
if(!empty(static::PRODUCT_VERSION)) {
|
||||||
|
$version = static::PRODUCT_VERSION;
|
||||||
|
}
|
||||||
$comment = implode(';', $this::COMMENT);
|
$comment = implode(';', $this::COMMENT);
|
||||||
$output->info('生成标签:' . $version);
|
$output->info('生成标签:' . $version);
|
||||||
$output->info('标签描述:' . $comment);
|
$output->info('标签描述:' . $comment);
|
||||||
|
|||||||
Reference in New Issue
Block a user