mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-09 19:42:47 +08:00
chore: bump version to v2.2.5
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.4';
|
public const VERSION = 'v2.2.5';
|
||||||
|
|
||||||
public const PRODUCT_VERSION = '';
|
public const PRODUCT_VERSION = '';
|
||||||
|
|
||||||
@@ -35,8 +35,12 @@ class VersionBase extends Command
|
|||||||
|
|
||||||
public const COMMENT = [
|
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 = [
|
protected const COMMIT_TYPES = [
|
||||||
|
|||||||
Reference in New Issue
Block a user