From 7c2d1e118410fc474a581d98b46eea773fe07cee Mon Sep 17 00:00:00 2001 From: ciregenz Date: Tue, 8 Sep 2026 00:24:31 -0700 Subject: [PATCH] [eric] release: the sync-shell note says what a deleted tag does to a release without claiming more than was checked Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01WFgFyiXdf8goqjeyckFLj8 --- scripts/release/sync-shell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release/sync-shell.sh b/scripts/release/sync-shell.sh index 970617dd..775e88a2 100755 --- a/scripts/release/sync-shell.sh +++ b/scripts/release/sync-shell.sh @@ -1,6 +1,6 @@ #!/bin/bash # Publishes release-shell/ as the only content of the public shell's main. Tags and releases are never touched: -# every installed updater and every download link reads them from this repo, and a deleted tag takes its release with it. +# every installed updater and every download link reads them from this repo, and a deleted tag takes its release off the feed. set -euo pipefail SHELL_REPO="${RELEASE_SHELL_REPO:-openswarm-ai/openswarm}"