Skip to content

Commit 2ea5d85

Browse files
authored
RELEASING: fix stable tag removal (open-telemetry#4351)
1 parent 35337ce commit 2ea5d85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
```bash
5252
git tag -d stable
5353
git tag stable
54-
git push --delete origin tagname
55-
git push origin stable
54+
git push --delete origin stable
55+
git push origin tag stable
5656
```
5757
* ReadTheDocs will not automatically rebuild on tag changes, so manually kick-off a build of stable:
5858
https://readthedocs.org/projects/opentelemetry-python/builds/.

0 commit comments

Comments
 (0)