Skip to content

Commit b57079b

Browse files
committed
chore: update release body format in workflow
1 parent 474b4e0 commit b57079b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,15 @@ EOF
185185
with:
186186
tag_name: v${{ steps.current-version.outputs.version }}
187187
release_name: Release v${{ steps.current-version.outputs.version }}
188-
body: |
188+
body: >
189189
🚀 **Release v${{ steps.current-version.outputs.version }}**
190190
191+
191192
## What's Changed
193+
192194
Check the [CHANGELOG.md](https://github.com/chess-labs/core/blob/main/CHANGELOG.md) for detailed changes.
193195
196+
194197
**Full Changelog**: https://github.com/chess-labs/core/compare/v${{ steps.current-version.outputs.version }}...HEAD
195198
draft: false
196199
prerelease: false

0 commit comments

Comments
 (0)