mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
chore: bump version to v2.2.4
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.3';
|
public const VERSION = 'v2.2.4';
|
||||||
|
|
||||||
public const PRODUCT_VERSION = '';
|
public const PRODUCT_VERSION = '';
|
||||||
|
|
||||||
@@ -35,14 +35,8 @@ class VersionBase extends Command
|
|||||||
|
|
||||||
public const COMMENT = [
|
public const COMMENT = [
|
||||||
'版本更新说明:',
|
'版本更新说明:',
|
||||||
'【新功能】',
|
|
||||||
'- 补充定时器和主机列表的默认菜单初始化数据',
|
|
||||||
'- 新增定时任务表的数据库迁移文件',
|
|
||||||
'【重构】',
|
'【重构】',
|
||||||
'- 重写入口文件并更新模板引用',
|
'- default 模式改为 php think run,原 Docker 部署拆分为 docker-serve 模式',
|
||||||
'- 拆分 JS 单文件为多模块架构',
|
|
||||||
'【其他】',
|
|
||||||
'- 配置shell脚本使用LF行尾格式',
|
|
||||||
];
|
];
|
||||||
|
|
||||||
protected const COMMIT_TYPES = [
|
protected const COMMIT_TYPES = [
|
||||||
|
|||||||
Reference in New Issue
Block a user