Skip to content

Commit ea17e70

Browse files
committed
feat: release说明中添加其他文件说明
1 parent 3a98b8a commit ea17e70

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,9 @@ jobs:
280280
}
281281
}
282282
body += '\n';
283+
body += '> **其他文件说明**\n';
284+
body += '> - `.nupkg` — Velopack 自动更新使用的更新包(full 为完整包,delta 为差异包),无需手动下载\n';
285+
body += '> - `releases.*.json` — 更新索引文件,供启动器检查更新时读取,无需手动下载\n\n';
283286
284287
if (isPrerelease) {
285288
body += '---\n\n';

0 commit comments

Comments
 (0)