From 3861531fb7a8a1d5b2e30a460b1bd5e255302657 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 f0063802..a9d7e16a 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