Skip to content

Commit 60b9475

Browse files
authored
Auto-generate release notes for releases (#1832)
While #1826 is figured out this is probably better than nothing, so set this flag to get GitHub's auto-generated release notes.
1 parent b330644 commit 60b9475

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
if: steps.tag.outputs.push_tag == 'yes'
7878
with:
7979
files: "dist/*"
80+
generate_release_notes: true
8081
tag_name: v${{ steps.tag.outputs.version }}
8182

8283
- run: |

0 commit comments

Comments
 (0)