From 838c7a3e36f102232b12756df9a259a55c2a0368 Mon Sep 17 00:00:00 2001 From: Nithin Puthenveettil Date: Tue, 13 Feb 2024 18:32:37 +0530 Subject: [PATCH] Update slack_notification.yml to include release-notes to slack --- .github/workflows/slack_notification.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/slack_notification.yml b/.github/workflows/slack_notification.yml index 84c197aed..84cf47431 100644 --- a/.github/workflows/slack_notification.yml +++ b/.github/workflows/slack_notification.yml @@ -27,6 +27,13 @@ jobs: "text": ":mega: *Go Tracer team* : Go package <${{ github.event.release.html_url }}|${{ github.event.release.name }}> has been released. :tada:" } }, + { + "type": "section", + "text": { + "type": "mrkdwn", + "text": "${{ github.event.release.body }}" + } + }, { "type": "section", "text": {