mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-12-24 11:51:18 +08:00
improve release automation (#4130)
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -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`;
|
||||
|
||||
Reference in New Issue
Block a user