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 46dd141 commit cd9895aCopy full SHA for cd9895a
RELEASING.md
@@ -52,7 +52,7 @@
52
git tag -d stable
53
git tag stable
54
git push --delete origin stable
55
- git push --tags origin stable
+ git push origin tag 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