From 172c2a2fc38749721bd59fe07e2dcbbd0848bcee Mon Sep 17 00:00:00 2001
From: Stefan Zweifel <hello@stefanzweifel.io>
Date: Sat, 14 Mar 2020 13:39:33 +0100
Subject: [PATCH] Update CD Workflow

---
 .github/workflows/continuous-deployment.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml
index b91f7d5..71e3d54 100644
--- a/.github/workflows/continuous-deployment.yml
+++ b/.github/workflows/continuous-deployment.yml
@@ -25,5 +25,7 @@ jobs:
         with:
           draft: false
           prerelease: false
+          body: |
+            See [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) for details.
           release_name: "${{ steps.determine-tag.outputs.tag }}"
           tag_name: "${{ steps.determine-tag.outputs.tag }}"