From eebce222cf2668145c31f9c2dd1341c2c8fc9d26 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 19:20:13 +0800 Subject: [PATCH] Update release note prompt formatting and examples Changed the commit id placement in update items for clarity and added more example update entries to guide contributors in writing release notes. --- .github/prompt/release_note_prompt.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/prompt/release_note_prompt.txt b/.github/prompt/release_note_prompt.txt index 8aeb3307..54912f66 100644 --- a/.github/prompt/release_note_prompt.txt +++ b/.github/prompt/release_note_prompt.txt @@ -17,7 +17,7 @@ ## 更新 按数字序列列出主要变更项,每条尽量一句话 -- 前缀短 commit id,例如:1. a1b2c3d 修复 get_essence_msg_list 崩溃 +- 前缀短 commit id,例如:1. 修复 get_essence_msg_list 崩溃 (a1b2c3d) - 保持 4-18 条要点 ## 开发者注意 @@ -55,4 +55,6 @@ NapCat.Shell.Windows.OneKey.zip (无头) [安装运行库](https://aka.ms/vs/17/release/vc_redist.x64.exe) ## 更新 -1. xxxx \ No newline at end of file +1. 修改了XXXXX +2. 新增了XXXX +3. 重构了XXXX \ No newline at end of file