Skip to content

Commit eafd89b

Browse files
Auto create release notes
Co-authored-by: Copilot <[email protected]>
1 parent 35bc6d0 commit eafd89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_on_tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
gh release view "${{ github.ref_name }}" || \
6363
gh release create "${{ github.ref_name }}" \
6464
--title "OneDesign ${{ github.ref_name }}" \
65-
--notes "" \
65+
--generate-notes \
6666
--draft
6767
# Upload the artifact
6868
gh release upload "${{ github.ref_name }}" "${{ steps.create-zip.outputs.zip-path }}" --clobber

0 commit comments

Comments
 (0)