From 9ef45e9806414a351c13c8e42b1f04a715f4e63b Mon Sep 17 00:00:00 2001 From: Stern Date: Mon, 18 Nov 2024 10:33:33 -0500 Subject: [PATCH] (chore:) Test Discord Webhook. --- .github/workflows/architecture/README.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/architecture/README.md diff --git a/.github/workflows/architecture/README.md b/.github/workflows/architecture/README.md deleted file mode 100644 index 28bb909a89a67..0000000000000 --- a/.github/workflows/architecture/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# CI Documentation - -## Releases - -```mermaid -sequenceDiagram - PCSX2 Repo->>Actions: PR is merged or commit is pushed to master - Actions->>PCSX2 Repo: Increment latest tag and push, create a draft release - Actions->>Actions: Kicked off pipeline on the tag push, build relevant configs - Actions->>PCSX2 Repo: Rename and upload artifacts to draft release, publish the release - Actions->>Discord: Announce release via a WebHook - PCSX2 Repo->>Web API: POST webhook to API informing it that a new release has occurred - Web API->>Web API: Update cache with new release -```