mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 07:22:49 +08:00
docs(VersionBase): update usage comment of version command
fix the outdated description of the version command usage steps
This commit is contained in:
@@ -19,7 +19,7 @@ use think\console\Output;
|
||||
* 2. php think admin:version --generate-comment
|
||||
* → 从 git log 自动生成更新说明,输出到临时目录
|
||||
* → 复制 commit_comment.php 中的数组内容到 COMMENT 常量
|
||||
* 2.1 提交本次修改Version
|
||||
* 2.1 提交本次修改的 VersionBase.php 到本地仓库
|
||||
* 3. php think admin:version --push-tag
|
||||
* → 创建 annotated tag 并推送到远程
|
||||
* 4. [可选] php think admin:version --generate-release [--release-from-tag= vX.X.X]
|
||||
|
||||
Reference in New Issue
Block a user