From ed7f348f83eae0238a2667e3146cf2aaebf78176 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 12:04:02 +0000 Subject: [PATCH] doc: document path-scoped release flow and update branch model MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit built from commit 1161089b2e5c1e03cb8c04d94dfb7ad133af49e3 dated 2026-07-30 14:01:30 +0200 by Stéphane Lesimple (speed47_github@speed47.net) Add RELEASE.md describing the manual sync -> draft -> publish release procedure Update DEVELOPMENT.md's Branch Model to reflect that source-build is copied onto master by the manual `release` workflow instead of merged via PR. --- spectre-meltdown-checker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spectre-meltdown-checker.sh b/spectre-meltdown-checker.sh index 473f128..d7b55a1 100755 --- a/spectre-meltdown-checker.sh +++ b/spectre-meltdown-checker.sh @@ -13,7 +13,7 @@ # # Stephane Lesimple # -VERSION='26.36.0730458' +VERSION='26.36.0730501' # --- Common paths and basedirs --- readonly VULN_SYSFS_BASE="/sys/devices/system/cpu/vulnerabilities"