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 35337ce commit 2ea5d85Copy full SHA for 2ea5d85
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 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