Skip to content

Commit

Permalink
Add automatic release note generation in .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreguillot committed Aug 9, 2024
1 parent d89b043 commit 9ee39f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
draft: true
prerelease: true
fail_on_unmatched_files: true
generate_release_notes: true
files: ${{ github.workspace }}/package/Whisper-Linux.tar.gz
# Compiles, tests and packages the plugin for Windows.
Windows:
Expand Down Expand Up @@ -104,6 +105,7 @@ jobs:
draft: true
prerelease: true
fail_on_unmatched_files: true
generate_release_notes: true
files: ${{ github.workspace }}/package/Whisper-Windows.exe
# Compiles, tests and packages the plugin for MacOS.
MacOS:
Expand Down Expand Up @@ -154,6 +156,7 @@ jobs:
draft: true
prerelease: true
fail_on_unmatched_files: true
generate_release_notes: true
files: ${{ github.workspace }}/package/Whisper-MacOS.pkg
# Generates the documentation.
Doc:
Expand Down Expand Up @@ -191,4 +194,5 @@ jobs:
draft: true
prerelease: true
fail_on_unmatched_files: true
generate_release_notes: true
files: ${{ github.workspace }}/Whisper-Manual.zip

0 comments on commit 9ee39f0

Please sign in to comment.