mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
chore(release): 发布 v2.2.2
This commit is contained in:
@@ -27,7 +27,7 @@ use think\console\Output;
|
||||
*/
|
||||
class VersionBase extends Command
|
||||
{
|
||||
public const VERSION = 'v2.2.1';
|
||||
public const VERSION = 'v2.2.2';
|
||||
|
||||
public const PRODUCT_VERSION = '';
|
||||
|
||||
@@ -35,8 +35,10 @@ class VersionBase extends Command
|
||||
|
||||
public const COMMENT = [
|
||||
'版本更新说明:',
|
||||
'【修复】',
|
||||
'- 修复定时器进程因 www-data nologin shell 无法启动的问题',
|
||||
'【新功能】',
|
||||
'- 新增 --keep-repo 参数,dry-run 模式下保留上游克隆目录便于对比',
|
||||
'【文档】',
|
||||
'- update usage comment of version command',
|
||||
];
|
||||
|
||||
protected const COMMIT_TYPES = [
|
||||
|
||||
Reference in New Issue
Block a user