Skip to content

Commit

Permalink
Update slack_notification.yml to include release-notes to slack
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinputhenveettil authored Feb 13, 2024
1 parent d35d4c4 commit 838c7a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/slack_notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 838c7a3

Please sign in to comment.