chore: bump version to v2.2.5

This commit is contained in:
augushong
2026-05-27 21:54:50 +08:00
parent 95698afa18
commit 8c766d7e07

View File

@@ -27,7 +27,7 @@ use think\console\Output;
*/
class VersionBase extends Command
{
public const VERSION = 'v2.2.4';
public const VERSION = 'v2.2.5';
public const PRODUCT_VERSION = '';
@@ -35,8 +35,12 @@ class VersionBase extends Command
public const COMMENT = [
'版本更新说明:',
'【重构】',
'- default 模式改为 php think run原 Docker 部署拆分为 docker-serve 模式',
'【修复】',
'- 修正流水线命令 action 为 use加 -f 跳过确认交互',
'- 为 full 和 base-build 模式补充 source/docker/run.sh',
'- 命令执行环境描述改为引导查看 stack 命令,不再硬编码模式列表',
'【新功能】',
'- CLI handleUse() 增加 skipped_files 和 deleted_files 展示',
];
protected const COMMIT_TYPES = [