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 668467e commit f89ab9aCopy full SHA for f89ab9a
.github/workflows/cli-release.yml
@@ -77,6 +77,7 @@ jobs:
77
uses: softprops/action-gh-release@v1
78
with:
79
prerelease: true
80
+ body: $(git log --pretty=oneline $(git describe --tags --abbrev=0 --match '0.0.0-edge*')..HEAD)
81
fail_on_unmatched_files: true
82
tag_name: ${{ env.EDGE_TAG }}
83
files: |
0 commit comments