Skip to content

Commit

Permalink
Merge branch 'py313' of github.com:emdneto/opentelemetry-python into …
Browse files Browse the repository at this point in the history
…py313
  • Loading branch information
emdneto committed Dec 18, 2024
2 parents da23f15 + 0eab0da commit 083aa81
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 083aa81

Please sign in to comment.