Skip to content

Commit f77bfd9

Browse files
committed
ci(build): Add automatic release notes generation to Windows build workflow
Enable generate_release_notes for both pre-releases and releases to automatically create release notes from commit messages, pull requests, and contributors. This is required because the softprops/action-gh-release behaves differently from the version we were previously using
1 parent 21fd7de commit f77bfd9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/windows_build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ jobs:
292292
prerelease: true
293293
name: "Development Build"
294294
files: windows/Output/*.*
295+
generate_release_notes: true
295296
token: ${{ secrets.GITHUB_TOKEN }}
296297

297298
- name: Release
@@ -300,4 +301,5 @@ jobs:
300301
with:
301302
prerelease: false
302303
files: windows/Output/*.*
304+
generate_release_notes: true
303305
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)