From 8893bc86f2fac4d01714c219a03324fa5472b5dd Mon Sep 17 00:00:00 2001 From: AkiChase <1003019131@qq.com> Date: Thu, 23 May 2024 19:14:56 +0800 Subject: [PATCH] feat(publish): update release template --- .github/workflows/publish.yml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 159feef..3c2442b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -61,7 +61,24 @@ jobs: with: tagName: "v__VERSION__" releaseName: "Scrcpy Mask v__VERSION__" - releaseBody: "Add release notes here." + releaseBody: | + ## 更新说明 + + 本次更新主要新增了... + + 本次更新主要修复了... + + --- + + ## Update Notice + + ... + + --- + + ## Commits + + ... releaseDraft: true prerelease: false args: ${{ matrix.args }}