Skip to content

Commit fa39f59

Browse files
committed
generate release notes when creating draft github release
1 parent 20107e8 commit fa39f59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/verify-and-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,4 @@ jobs:
142142
prerelease: ${{ contains(github.ref, '-alpha') || contains(github.ref, '-beta') || contains(github.ref, '-rc') }}
143143
fail_on_unmatched_files: true
144144
files: core/target/hbox-*-dist.tar.gz
145+
generate_release_notes: true

0 commit comments

Comments
 (0)