We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415c94f commit 46dd141Copy full SHA for 46dd141
RELEASING.md
@@ -51,8 +51,8 @@
51
```bash
52
git tag -d stable
53
git tag stable
54
- git push --delete origin tagname
55
- git push origin stable
+ git push --delete origin stable
+ git push --tags origin stable
56
```
57
* ReadTheDocs will not automatically rebuild on tag changes, so manually kick-off a build of stable:
58
https://readthedocs.org/projects/opentelemetry-python/builds/.
0 commit comments