Skip to content

Commit

Permalink
Auto-generate release notes for releases
Browse files Browse the repository at this point in the history
While bytecodealliance#1826 is figured out this is probably better than nothing, so set
this flag to get GitHub's auto-generated release notes.
  • Loading branch information
alexcrichton committed Sep 30, 2024
1 parent b330644 commit b20f457
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
if: steps.tag.outputs.push_tag == 'yes'
with:
files: "dist/*"
generate_release_notes: true
tag_name: v${{ steps.tag.outputs.version }}

- run: |
Expand Down

0 comments on commit b20f457

Please sign in to comment.