Skip to content

Commit

Permalink
ci: generate release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
pires committed Mar 15, 2023
1 parent 15e863f commit 864358a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/checkout@v3
- name: Release
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true

0 comments on commit 864358a

Please sign in to comment.