We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 099598f commit c954533Copy full SHA for c954533
1 file changed
.github/workflows/release.yml
@@ -44,7 +44,7 @@ jobs:
44
repo: context.repo.repo,
45
tag_name: tag,
46
name: tag,
47
- body: process.env.RELEASE_NOTES,
+ body: `## ocaml-ffmpeg (${tag.replace(/^v/, '')})\n\n` + process.env.RELEASE_NOTES,
48
};
49
let existing;
50
try {
0 commit comments