Update user content format in auto-release workflow

Changed the user content string in the auto-release workflow to use '当前版本' instead of 'TAG' for improved clarity in release notes.
This commit is contained in:
手瓜一十雪
2025-11-13 20:04:31 +08:00
parent ad583aa436
commit 3af3439295

View File

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