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 474b4e0 commit b57079bCopy full SHA for b57079b
.github/workflows/release.yml
@@ -185,12 +185,15 @@ EOF
185
with:
186
tag_name: v${{ steps.current-version.outputs.version }}
187
release_name: Release v${{ steps.current-version.outputs.version }}
188
- body: |
+ body: >
189
🚀 **Release v${{ steps.current-version.outputs.version }}**
190
191
+
192
## What's Changed
193
194
Check the [CHANGELOG.md](https://github.com/chess-labs/core/blob/main/CHANGELOG.md) for detailed changes.
195
196
197
**Full Changelog**: https://github.com/chess-labs/core/compare/v${{ steps.current-version.outputs.version }}...HEAD
198
draft: false
199
prerelease: false
0 commit comments