From e334805807ce0f09cfc5c9cfc10f7f41f596c7f8 Mon Sep 17 00:00:00 2001 From: Lukas Wuttke Date: Mon, 24 Aug 2026 13:08:13 +0200 Subject: [PATCH] chore(release): bump VERSION to 0.10.12 for next cycle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Declares `0.10.12` as the next release version so the release train can cut an rc for it. `v0.10.11` is already tagged (both `v0.10.11` and `v0.10.11-rc.1` exist) and the delta waiting on `develop` — #541, `feat(doctor): surface the machine beneath the nodes` — touches `internal/cli/*`, a declared `publish_path` in release-train's `repos.yml`. With `VERSION` still reading `0.10.11`, the staging hop's version preflight refuses: rc NOT tagged - v0.10.11 already exists and the delta DOES touch published files (bump VERSION on develop before the next release) Measured on the 2026-08-24 staging hop: the `cli` leg failed this preflight on both settle dispatches, so `cli` sat the hop out while every other repo rode. Patch-level, matching the whole 0.10.x series (0.10.1 -> 0.10.11 were all patch bumps, features included). Co-Authored-By: Claude Opus 5 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 223df19..70016a7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.11 +0.10.12