Skip to content

Commit

Permalink
generate release notes automatically (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachreborn authored Oct 25, 2024
1 parent 269e7c2 commit aaeefa6
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 @@ -12,4 +12,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Create release
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true

0 comments on commit aaeefa6

Please sign in to comment.