Skip to content

Commit

Permalink
Merge pull request #1550 from stretchr/release-notes
Browse files Browse the repository at this point in the history
Include the auto-release notes in releases
  • Loading branch information
brackendawson committed Feb 28, 2024
2 parents fb770f8 + bcb0d3f commit 9f97d67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -16,4 +16,6 @@ jobs:
uses: actions/checkout@v4

- name: Create GitHub release from tag
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true

0 comments on commit 9f97d67

Please sign in to comment.