From 58d87d998096c6da101879838c80293383fb1951 Mon Sep 17 00:00:00 2001 From: augushong Date: Tue, 26 May 2026 21:01:49 +0800 Subject: [PATCH] docs(VersionBase): update usage comment of version command fix the outdated description of the version command usage steps --- extend/base/common/command/admin/VersionBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/base/common/command/admin/VersionBase.php b/extend/base/common/command/admin/VersionBase.php index ac2023b..2fd6565 100644 --- a/extend/base/common/command/admin/VersionBase.php +++ b/extend/base/common/command/admin/VersionBase.php @@ -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]