diff --git a/RELEASING.md b/RELEASING.md index e6073455bf..d92749f9c3 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -51,8 +51,8 @@ ```bash git tag -d stable git tag stable - git push --delete origin tagname - git push origin stable + git push --delete origin stable + git push origin tag stable ``` * ReadTheDocs will not automatically rebuild on tag changes, so manually kick-off a build of stable: https://readthedocs.org/projects/opentelemetry-python/builds/.