docs: mark CI release verified; note releases must be public for the installer

The Gitea Actions workflow published v0.4.0 successfully, so drop the "untested"
caveat. Document that release assets download anonymously — the repo/releases must
be public or install.sh gets a 404 (private repos 404 unauthenticated downloads).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-22 20:40:45 +01:00
parent 5e3101647d
commit 68a29ad5c7
2 changed files with 8 additions and 4 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
#
# Requires: Gitea Actions enabled with a runner that has Go, make, curl, and jq
# (the actions/checkout + actions/setup-go steps need the instance's Actions proxy).
# This workflow has not been exercised against this repo's runners yet; if a step
# is unavailable on your runner, the same result comes from `make release && make
# Verified: this workflow published v0.4.0 on this instance. If a step is ever
# unavailable on your runner, the same result comes from `make release && make
# publish` locally (see RELEASING.md).
name: release
on: