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 ```