From b615bda17ebc3a13e512159d4d4e3d742ff686dc Mon Sep 17 00:00:00 2001 From: GyDi Date: Sun, 6 Mar 2022 18:34:38 +0800 Subject: [PATCH] chore: default release body --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f006380..a9d7e16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: with: tagName: v__VERSION__ releaseName: "Clash Verge v__VERSION__" - releaseBody: "Clash Verge now supports Windows and macos." + releaseBody: "More new features are now supported." releaseDraft: false prerelease: true