Skip to content

Commit 9ac93e5

Browse files
ci: 在发行说明中提示快速使用指南等
Resolves #389 Relates-to: #493 Resolves #512
1 parent 6a2c1c1 commit 9ac93e5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

+7
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,13 @@ jobs:
156156
tag: ${{ github.ref }}
157157
overwrite: true
158158
body: |
159+
> [!TIP]
160+
> 若是初次使用,可先参考**快速使用指南**([本科][undergraduate-handbook]/[硕博][graduate-handbook])或者 [Wiki 网站](https://bithesis.bitnp.net/)。有需要再进一步参考[详细配置手册`bithesis.pdf`][bithesis-pdf]。
161+
162+
[undergraduate-handbook]: ${{ github.server_url }}/${{ github.repository }}/releases/download/${{ github.event.release.tag_name }}/undergraduate-handbook.pdf
163+
[graduate-handbook]: ${{ github.server_url }}/${{ github.repository }}/releases/download/${{ github.event.release.tag_name }}/graduate-handbook.pdf
164+
[bithesis-pdf]: ${{ github.server_url }}/${{ github.repository }}/releases/download/${{ github.event.release.tag_name }}/bithesis.pdf
165+
159166
${{ steps.git-cliff.outputs.content }}
160167
161168
- name: Download handbooks

0 commit comments

Comments
 (0)