mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-09 11:32:48 +08:00
chore: 发布新版本
This commit is contained in:
@@ -13,7 +13,7 @@ use think\console\Output;
|
|||||||
|
|
||||||
class VersionBase extends Command
|
class VersionBase extends Command
|
||||||
{
|
{
|
||||||
public const VERSION = 'v2.0.115';
|
public const VERSION = 'v2.0.116';
|
||||||
|
|
||||||
public const PRODUCT_VERSION = '';
|
public const PRODUCT_VERSION = '';
|
||||||
|
|
||||||
@@ -21,11 +21,8 @@ class VersionBase extends Command
|
|||||||
|
|
||||||
public const COMMENT = [
|
public const COMMENT = [
|
||||||
'版本更新说明:',
|
'版本更新说明:',
|
||||||
'【修复】',
|
|
||||||
'- 修复登录状态监测错误',
|
|
||||||
'【新功能】',
|
'【新功能】',
|
||||||
'- 支持生成发布文件',
|
'- 升级权限管理模式',
|
||||||
'- 提交tag时支持markdown格式',
|
|
||||||
];
|
];
|
||||||
|
|
||||||
protected function configure()
|
protected function configure()
|
||||||
@@ -116,6 +113,7 @@ class VersionBase extends Command
|
|||||||
*/
|
*/
|
||||||
public function generateComment()
|
public function generateComment()
|
||||||
{
|
{
|
||||||
|
$this->output->writeln('>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>');
|
||||||
// 获取最新的tag
|
// 获取最新的tag
|
||||||
$lastTag = shell_exec('git describe --tags --abbrev=0');
|
$lastTag = shell_exec('git describe --tags --abbrev=0');
|
||||||
$lastTag = trim($lastTag);
|
$lastTag = trim($lastTag);
|
||||||
|
|||||||
Reference in New Issue
Block a user