Skip to content

Commit

Permalink
RELEASING: fix stable tag removal (#4351)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx authored Dec 17, 2024
1 parent 35337ce commit 2ea5d85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/.
Expand Down

0 comments on commit 2ea5d85

Please sign in to comment.