Skip to content

Commit

Permalink
Include the auto-release notes in releases
Browse files Browse the repository at this point in the history
  • Loading branch information
brackendawson committed Feb 27, 2024
1 parent fb770f8 commit bcb0d3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
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 bcb0d3f

Please sign in to comment.