ci(release): auto-generate release notes from PRs

This commit is contained in:
Johannes Millan 2026-03-24 21:21:43 +01:00
parent 96a4122dd6
commit 76e2cdd6d8

View file

@ -37,6 +37,7 @@ jobs:
draft: true
prerelease: ${{ contains(github.ref, 'RC') || contains(github.ref, 'beta') || contains(github.ref, 'alpha') }}
body_path: /tmp/release-body.md
generate_release_notes: true
linux-bin-and-snap-release:
runs-on: ubuntu-latest