From 55c2dd800f28bbdb23bb9429cce1d7b9bc69e16b Mon Sep 17 00:00:00 2001 From: Mikko Rantanen Date: Fri, 29 May 2020 16:03:18 +0300 Subject: [PATCH] Include message in the release --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb099ba..bd635c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,6 +58,8 @@ jobs: with: tag_name: ${{ github.ref }} release_name: ${{ env.PROXIDE_VERSION }} + body: | + See the [commit log](https://github.com/Rantanen/proxide/commit/${{ github.sha }}) for recent changes. - name: Create artifacts run: |