From 3aecddc11801b3853fe086ab65e4ecd438c9dcd1 Mon Sep 17 00:00:00 2001 From: PythonWoods Date: Sun, 28 Jun 2026 20:28:09 +0200 Subject: [PATCH] docs: revert force-with-lease to force for tag updates Signed-off-by: PythonWoods --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 625b51b..6cf1b8c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -37,7 +37,7 @@ git push && git push --tags # 4. Move the floating v2 tag to the new release: git tag -fa v2 v2.4.0^{} -m "release: v2.4.0" -git push origin v2 --force-with-lease +git push origin v2 --force # Verification (Atomic Parity Check): git rev-parse v2^{} v2.4.0^{}