pcsx2/.github/workflows/architecture/README.md

15 lines
572 B
Markdown
Raw Normal View History

2022-05-14 05:56:11 +00:00
# CI Documentation
## Releases
```mermaid
2022-05-14 17:07:57 +00:00
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
2022-05-14 05:56:11 +00:00
```