From 9eeb7676e9fd22b3487c3d23f18cca8a1ddede80 Mon Sep 17 00:00:00 2001 From: tk04 Date: Tue, 2 Apr 2024 06:11:43 -0400 Subject: [PATCH] add releaseBody to release --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49051b9..03b4869 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,5 +62,6 @@ jobs: with: tagName: ${{ github.ref_name }} # This only works if your workflow triggers on new tags. releaseName: "Marker v__VERSION__" # tauri-action replaces \_\_VERSION\_\_ with the app version. + releaseBody: "Includes new features / bug fixes" releaseDraft: true prerelease: false