We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576218a commit a662fceCopy full SHA for a662fce
.github/workflows/main.yml
@@ -166,8 +166,7 @@ jobs:
166
name: Release ${{ env.TAG }}
167
body: |
168
# Release ${{ env.TAG }}
169
- ## What's New
170
- ## Bug Fixes
+ ${{ github.event.head_commit.message }}
171
#### Full Changelog: [${{ env.PREV_TAG }}...${{ env.TAG }}](https://github.com/${{ github.repository }}/compare/${{ env.PREV_TAG }}...${{ env.TAG }})
172
draft: false
173
prerelease: false
0 commit comments