[FEATURE] Commit message as release notes (#695)
Release notes will now contain commit messages. I will do better to provide a more meaningful changelog here
This commit is contained in:
parent
3b79a7ccae
commit
e2482b2760
1 changed files with 1 additions and 2 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
|
@ -177,8 +177,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
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: ${{ github.event.head_commit.message }}
|
||||||
See https://github.com/jmbannon/ytdl-sub#installation for installation steps
|
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
files: |
|
files: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue