From 0edc64a5e98f8b435823ac91f842c611bcdc2ebd Mon Sep 17 00:00:00 2001 From: oop7 <110548351+oop7@users.noreply.github.com> Date: Tue, 6 Jan 2026 16:02:59 +0200 Subject: [PATCH] Add release-all.yml to CI workflow list in README Documented the master release workflow (release-all.yml) in the CI/CD section of the README for better visibility of available workflows. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1fadcb3..8c3c772 100644 --- a/README.md +++ b/README.md @@ -340,6 +340,7 @@ YTSage/ │ │ ├── build-linux.yml # Linux build workflow │ │ ├── build-macos.yml # macOS build workflow │ │ └── build-windows.yml # Windows build workflow +| | └── release-all.yml # Master release workflow │ └── 📄 CI_CD_README.md # CI/CD documentation ├── 📁 assets/ # Static assets and resources │ ├── 📁 branding/ # Branding assets