From 28f2cad17e129d57856324bcf2b37bc654f504ec Mon Sep 17 00:00:00 2001 From: Julian Goldstein Date: Fri, 19 Jun 2026 13:36:15 -0500 Subject: [PATCH] docs: mark versions.env as the v0.6.x maintenance line Back-patch demo on release/v0.6. No bump marker, so on a release/* branch this defaults to a PATCH -> v0.6.1 (the same change on master would default to minor). Co-Authored-By: Claude Opus 4.8 --- build/versions.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/versions.env b/build/versions.env index 7462c76..d68c64d 100644 --- a/build/versions.env +++ b/build/versions.env @@ -84,3 +84,5 @@ QEMU_SHA256_aarch64=6d63343834ba45871bb0c8c70d9fd17c143ed0784cf1a70dd80edc6b8a02 # Alpine base used for the musl-static clang build. ALPINE_TAG=alpine:3.21 + +# (v0.6.x maintenance line — back-patch demo)