docs(VersionBase): update usage comment of version command

fix the outdated description of the version command usage steps
This commit is contained in:
augushong
2026-05-26 21:01:49 +08:00
parent fce0b1cf0a
commit 58d87d9980

View File

@@ -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]