mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
支持推送产品版本
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user