[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 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WFgFyiXdf8goqjeyckFLj8
This commit is contained in:
ciregenz
2026-09-08 00:24:31 -07:00
co-authored by Claude Fable 5.1
parent cc5f0d9d22
commit 7c2d1e1184
+1 -1
View File
@@ -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}"