From e2482b2760c92e8dead4e5fd6f9c3879d40d901a Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Wed, 30 Aug 2023 15:48:39 -0700 Subject: [PATCH] [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 --- .github/workflows/release.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0592f4dc..2c642da4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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: |