diff --git a/RELEASE.md b/RELEASE.md index 98cf84ade..1551f5314 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -88,7 +88,7 @@ git tag -s -m "Version $VERSION" v$VERSION Push the tag: ``` -git push --tags +git push origin v$VERSION ``` **For major releases:** Create a new `support` branch: