You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: RELEASING.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -46,18 +46,18 @@
46
46
* Check the [action logs](https://github.com/open-telemetry/opentelemetry-python/actions?query=workflow%3APublish) to make sure packages have been uploaded to PyPI
47
47
* Check the release history (e.g. https://pypi.org/project/opentelemetry-api/#history) on PyPI
48
48
* If for some reason the action failed, see [Publish failed](#publish-failed) below
49
-
* Move stable tag
49
+
* Move stable tag and kick-off documentation build
50
50
* Run the following (TODO automate):
51
51
```bash
52
52
git tag -d stable
53
53
git tag stable
54
54
git push --delete origin tagname
55
55
git push origin stable
56
56
```
57
-
* This will ensure that READTHEDOCS for core are pointing at the stable release.
58
-
* To validate this worked, ensure the stable build has run successfully:
57
+
* ReadTheDocs will not automatically rebuild on tag changes, so manually kick-off a build of stable:
0 commit comments