diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index b8272da..7074276 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -45,4 +45,5 @@ jobs: files: | yomitan-import-linux.zip draft: true + generate_release_notes: true token: ${{ secrets.GITHUB_TOKEN }}