mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
chore: bump version to v2.2.6
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.5';
|
public const VERSION = 'v2.2.6';
|
||||||
|
|
||||||
public const PRODUCT_VERSION = '';
|
public const PRODUCT_VERSION = '';
|
||||||
|
|
||||||
@@ -35,12 +35,23 @@ class VersionBase extends Command
|
|||||||
|
|
||||||
public const COMMENT = [
|
public const COMMENT = [
|
||||||
'版本更新说明:',
|
'版本更新说明:',
|
||||||
'【修复】',
|
|
||||||
'- 修正流水线命令 action 为 use,加 -f 跳过确认交互',
|
|
||||||
'- 为 full 和 base-build 模式补充 source/docker/run.sh',
|
|
||||||
'- 命令执行环境描述改为引导查看 stack 命令,不再硬编码模式列表',
|
|
||||||
'【新功能】',
|
'【新功能】',
|
||||||
'- CLI handleUse() 增加 skipped_files 和 deleted_files 展示',
|
'- 新增零散规则管理机制',
|
||||||
|
'- ClearLog 清理天数改为从配置读取,支持 env 覆盖',
|
||||||
|
'【修复】',
|
||||||
|
'- 清理 PROJECT.md 中框架预填内容,恢复为使用者模板',
|
||||||
|
'- 调整流水线步骤顺序,composer install 移至 php think 命令之前',
|
||||||
|
'【文档】',
|
||||||
|
'- AGENTS.md 开头入口区增加 .agents/skills/ 说明',
|
||||||
|
'- AGENTS.md 开头入口区增加 .agents/rules/ 说明',
|
||||||
|
'- 修正运行模式检测方式,Docker 模式下不能依赖 php think 检测',
|
||||||
|
'- 技能文档补充 timer.php 配置项说明',
|
||||||
|
'- 定时器技能新增按时间窗口循环处理的推荐方法',
|
||||||
|
'【重构】',
|
||||||
|
'- 精简 AGENTS.md,下沉模块级规则,迁移 skill 为 rule',
|
||||||
|
'【其他】',
|
||||||
|
'- 重构:JS框架内部变量 admin 统一重命名为 ua,移除无用的 window.ulAdmin',
|
||||||
|
'- 移动 nginx 伪静态配置到 source/docs 目录',
|
||||||
];
|
];
|
||||||
|
|
||||||
protected const COMMIT_TYPES = [
|
protected const COMMIT_TYPES = [
|
||||||
|
|||||||
Reference in New Issue
Block a user