Skip to content

Commit

Permalink
generate release notes when creating draft github release
Browse files Browse the repository at this point in the history
  • Loading branch information
gzm55 committed Jun 24, 2024
1 parent 20107e8 commit fa39f59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/verify-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,4 @@ jobs:
prerelease: ${{ contains(github.ref, '-alpha') || contains(github.ref, '-beta') || contains(github.ref, '-rc') }}
fail_on_unmatched_files: true
files: core/target/hbox-*-dist.tar.gz
generate_release_notes: true

0 comments on commit fa39f59

Please sign in to comment.