chore(release): 发布 v2.2.2

This commit is contained in:
augushong
2026-05-26 21:40:45 +08:00
parent 3f8f79b445
commit a9810516c1

View File

@@ -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 = [