Skip to content

Commit 9f97d67

Browse files
Merge pull request #1550 from stretchr/release-notes
Include the auto-release notes in releases
2 parents fb770f8 + bcb0d3f commit 9f97d67

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)