Skip to content

Commit 8436434

Browse files
committed
Add release description to Zulip release notifications.
1 parent add3327 commit 8436434

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/library-release-notify.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ jobs:
2525
to: notifications
2626
type: stream
2727
topic: ${{ github.event.repository.full_name }} releases
28-
content: >
28+
content: "
2929
[${{ github.event.release.name }}](${{ github.event.release.html_url }})
3030
of
3131
[${{ github.event.repository.full_name }}](${{ github.event.repository.html_url }})
32-
has been released!
32+
has been released!\n\n
33+
{{ github.event.release.body }}"

0 commit comments

Comments
 (0)