Skip to content

Commit bcb0d3f

Browse files
committed
Include the auto-release notes in releases
1 parent fb770f8 commit bcb0d3f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Create GitHub release from tag
19-
uses: softprops/action-gh-release@v1
19+
uses: softprops/action-gh-release@v1
20+
with:
21+
generate_release_notes: true

0 commit comments

Comments
 (0)