From 8d3926a86c69f7f2da91ed12d68bfcb7d793f268 Mon Sep 17 00:00:00 2001 From: Jeff Martin Date: Fri, 31 Jul 2026 12:43:09 -0500 Subject: [PATCH] Tighten release recovery guidance --- RELEASING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index e2d95f6..42bad2a 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -43,8 +43,8 @@ The script validates the repository, checks the current branch and The tag workflow verifies the tag, then creates the GitHub Release and warms the Go module proxy. -A pushed release tag is immutable. If publishing fails, fix the publisher and -run the release script again for the next RC; do not move or reuse the failed tag. +Release tags are immutable. If publishing fails, fix the publisher and run +the release script again for the next RC. ## Tag conventions