Skip to content

Commit 59d6754

Browse files
authored
Update RELEASING.md to start a ReadTheDocs build for stable (#4308)
1 parent a94eab9 commit 59d6754

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/rtd-build-instructions.png

527 KB
Loading

RELEASING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,18 @@
4646
* Check the [action logs](https://github.com/open-telemetry/opentelemetry-python/actions?query=workflow%3APublish) to make sure packages have been uploaded to PyPI
4747
* Check the release history (e.g. https://pypi.org/project/opentelemetry-api/#history) on PyPI
4848
* 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
5050
* Run the following (TODO automate):
5151
```bash
5252
git tag -d stable
5353
git tag stable
5454
git push --delete origin tagname
5555
git push origin stable
5656
```
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:
5958
https://readthedocs.org/projects/opentelemetry-python/builds/.
60-
If the build has not run automatically, it can be manually trigger via the READTHEDOCs interface.
59+
![ReadTheDocs build instructions](.github/rtd-build-instructions.png)
60+
* This will ensure that ReadTheDocs for core are pointing at the stable release.
6161

6262
## Notes about version numbering for stable components
6363

0 commit comments

Comments
 (0)