ci: auto-generate release notes with commits since last release

- Enabled `generate_release_notes: true` in the release workflow. This will automatically include the changelog (commits and PRs) between the current and previous release tags on GitHub.
This commit is contained in:
TomZz
2026-06-11 02:36:11 +08:00
parent 108a9cf95b
commit 4c5148fccf
+1
View File
@@ -156,4 +156,5 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: ${{ env.ASSET }}
generate_release_notes: true
fail_on_unmatched_files: true