[FEATURE] Commit message as release notes
This commit is contained in:
parent
3b79a7ccae
commit
7ff8a3daaa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -178,7 +178,7 @@ jobs:
|
||||||
name: ytdl-sub ${{ needs.version.outputs.pypi_version }}
|
name: ytdl-sub ${{ needs.version.outputs.pypi_version }}
|
||||||
tag_name: ${{ needs.version.outputs.pypi_version }}
|
tag_name: ${{ needs.version.outputs.pypi_version }}
|
||||||
body: |
|
body: |
|
||||||
See https://github.com/jmbannon/ytdl-sub#installation for installation steps
|
${{ github.event.head_commit.message }}
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
files: |
|
files: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue