improve release automation (#4130)

This commit is contained in:
Alessandro Ros 2025-01-10 16:20:45 +01:00 committed by GitHub
parent c7595a5cd8
commit a598d128d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,11 @@ jobs:
const currentRelease = context.ref.split('/')[2];
let body = `## Security\n\n`
let body = `## New major features\n\n`
+ `TODO\n\n`
+ `## Fixes and improvements\n\n`
+ `TODO\n\n`
+ `## Security\n\n`
+ `Binaries have been produced by the [Release workflow](https://github.com/${owner}/${repo}/actions/workflows/release.yml)`
+ ` without human intervention.\n\n`
+ `SHA256 checksums:\n`;