mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-09 03:22:51 +08:00
chore: bump version to v2.2.3
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
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.2';
|
public const VERSION = 'v2.2.3';
|
||||||
|
|
||||||
public const PRODUCT_VERSION = '';
|
public const PRODUCT_VERSION = '';
|
||||||
|
|
||||||
@@ -36,9 +36,13 @@ class VersionBase extends Command
|
|||||||
public const COMMENT = [
|
public const COMMENT = [
|
||||||
'版本更新说明:',
|
'版本更新说明:',
|
||||||
'【新功能】',
|
'【新功能】',
|
||||||
'- 新增 --keep-repo 参数,dry-run 模式下保留上游克隆目录便于对比',
|
'- 补充定时器和主机列表的默认菜单初始化数据',
|
||||||
'【文档】',
|
'- 新增定时任务表的数据库迁移文件',
|
||||||
'- update usage comment of version command',
|
'【重构】',
|
||||||
|
'- 重写入口文件并更新模板引用',
|
||||||
|
'- 拆分 JS 单文件为多模块架构',
|
||||||
|
'【其他】',
|
||||||
|
'- 配置shell脚本使用LF行尾格式',
|
||||||
];
|
];
|
||||||
|
|
||||||
protected const COMMIT_TYPES = [
|
protected const COMMIT_TYPES = [
|
||||||
|
|||||||
Reference in New Issue
Block a user