From 4c14de2a8883083a3e74ea8a67dca424bc32daf5 Mon Sep 17 00:00:00 2001 From: Lukas Wuttke Date: Tue, 1 Sep 2026 10:39:38 +0200 Subject: [PATCH] chore(release): bump to 0.10.20 so the staging hop can tag again (backend#2790) v0.10.19 is already tagged and both develop and staging read 0.10.19, so the staging hop has nothing to cut and the one unshipped commit cannot ship. That commit is the Dependabot pflag 1.0.9 -> 1.0.10 bump (#575), which touches go.mod and go.sum -- both inside this repo of publish_paths: cmd/* internal/* go.mod go.sum VERSION scripts/install.sh scripts/install.ps1 So it changes a published artifact and a version bump is required rather than optional. Checked against the declaration in release-train repos.yml rather than assumed. Co-Authored-By: Claude Opus 4.8 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 86c1984..566871c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.19 +0.10.20