[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:
|
||||
name: ytdl-sub ${{ needs.version.outputs.pypi_version }}
|
||||
tag_name: ${{ needs.version.outputs.pypi_version }}
|
||||
body: |
|
||||
See https://github.com/jmbannon/ytdl-sub#installation for installation steps
|
||||
body: ${{ github.event.head_commit.message }}
|
||||
draft: false
|
||||
prerelease: false
|
||||
files: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue