Skip to content

Commit a14f730

Browse files
authored
Have publishing workflow generate notes for GitHub release automatically (#284) [skip ci]
1 parent dd1b02f commit a14f730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
gh release create
8383
'${{ github.ref_name }}'
8484
--repo '${{ github.repository }}'
85-
--notes ""
85+
--generate-notes
8686
- name: Upload artifact signatures to GitHub Release
8787
env:
8888
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)