Commit 3f61990
authored
feat: Add release notification workflow (#1457)
## Problem
No automated way to notify the Discord community when a new app release is published.
This will play nicely when we have proper release changelogs as well.
## Changes
1. Add code-discord-release.yml workflow triggered on GitHub release publish
2. Use SethCohen/github-releases-to-discord action to post release notes
3. Requires DISCORD_RELEASE_WEBHOOK_URL repo secret
## How did you test this?
I tested the webhook and set the secret, but not this action.1 parent e97c599 commit 3f61990
1 file changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
0 commit comments