[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:
Jesse Bannon 2023-08-30 15:48:39 -07:00 committed by GitHub
parent 3b79a7ccae
commit e2482b2760
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |