From 46b9049a24552d3a6421f3943c88b4ccaa4383a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Thu, 13 Nov 2025 20:04:31 +0800 Subject: [PATCH] Update user content format in auto-release workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed the user content string in the auto-release workflow to use '当前版本' instead of 'TAG' for improved clarity in release notes. --- .github/workflows/auto-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 365c0e5e..aca1f0f9 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -227,7 +227,7 @@ jobs: SYSTEM_PROMPT=$(<"$PROMPT_FILE") # 构建用户内容 - USER_CONTENT="TAG: $CURRENT_TAG\n提交列表:\n$COMMITS" + USER_CONTENT="当前版本: $CURRENT_TAG\n提交列表:\n$COMMITS" # 构建请求 JSON BODY=$(jq -n \