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-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
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:
# no args are provided so it's *mostly* safe to use the message template as the body
550
524
body=record.msg
525
+
else:
526
+
body=record.getMessage()
551
527
552
528
# related to https://github.com/open-telemetry/opentelemetry-python/issues/3548
553
529
# Severity Text = WARN as defined in https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/data-model.md#displaying-severity.
0 commit comments