mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
improve release automation (#4130)
This commit is contained in:
parent
c7595a5cd8
commit
a598d128d7
1 changed files with 5 additions and 1 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -40,7 +40,11 @@ jobs:
|
||||||
|
|
||||||
const currentRelease = context.ref.split('/')[2];
|
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)`
|
+ `Binaries have been produced by the [Release workflow](https://github.com/${owner}/${repo}/actions/workflows/release.yml)`
|
||||||
+ ` without human intervention.\n\n`
|
+ ` without human intervention.\n\n`
|
||||||
+ `SHA256 checksums:\n`;
|
+ `SHA256 checksums:\n`;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue