From 9deee1f089b711ab8ead5df976e11aa222f9d042 Mon Sep 17 00:00:00 2001 From: Tony Mountifield Date: Wed, 17 Mar 2021 21:03:52 +0000 Subject: [PATCH] Minor correction to latest tag --- RELEASE-PROCESS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-PROCESS.md b/RELEASE-PROCESS.md index d6916aeeeb..c085bb5e2d 100644 --- a/RELEASE-PROCESS.md +++ b/RELEASE-PROCESS.md @@ -98,7 +98,7 @@ $ git push origin tag r3_7_0 This needs the `--force` option to overwrite the existing `latest` tag and move it to the current commit: ``` -$ git tag latest +$ git tag --force latest $ git push --force origin tag latest ```