Skip to content

Commit a662fce

Browse files
update: workflow to add commit msg directly in the release
1 parent 576218a commit a662fce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,7 @@ jobs:
166166
name: Release ${{ env.TAG }}
167167
body: |
168168
# Release ${{ env.TAG }}
169-
## What's New
170-
## Bug Fixes
169+
${{ github.event.head_commit.message }}
171170
#### Full Changelog: [${{ env.PREV_TAG }}...${{ env.TAG }}](https://github.com/${{ github.repository }}/compare/${{ env.PREV_TAG }}...${{ env.TAG }})
172171
draft: false
173172
prerelease: false

0 commit comments

Comments
 (0)