Skip to content

Commit

Permalink
add releaseBody to release
Browse files Browse the repository at this point in the history
  • Loading branch information
tk04 committed Apr 2, 2024
1 parent c3a6090 commit 9eeb767
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -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

0 comments on commit 9eeb767

Please sign in to comment.