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