Skip to content

Commit f89ab9a

Browse files
committed
Add release body
1 parent 668467e commit f89ab9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cli-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
uses: softprops/action-gh-release@v1
7878
with:
7979
prerelease: true
80+
body: $(git log --pretty=oneline $(git describe --tags --abbrev=0 --match '0.0.0-edge*')..HEAD)
8081
fail_on_unmatched_files: true
8182
tag_name: ${{ env.EDGE_TAG }}
8283
files: |

0 commit comments

Comments
 (0)