From 02131c3836a712be087f8956aeb766f44f76502c Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Thu, 2 Dec 2021 14:00:08 +0900 Subject: [PATCH] github: include changelog link to release --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8c86617e..7220304a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,6 +71,7 @@ jobs: uses: ncipollo/release-action@v1 with: artifacts: "outputs/*" + body: "[Changelog](https://github.com/${{ github.repository }}/blob/develop/CHANGELOG.md#${{ github.ref_name }})" token: ${{ secrets.GITHUB_TOKEN }} - name: Upload app bundle