Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cad261e

Browse files
authored
Update RELEASING.md (open-telemetry#1746)
1 parent 39da28f commit cad261e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

RELEASING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Release Process:
88
* [Create a Release](#Create-a-Release)
99
* [Move stable tag](#Move-stable-tag)
1010
* [Update main](#Update-main)
11+
* [Update docs](#Update-docs)
1112
* [Check PyPI](#Check-PyPI)
1213
* [Troubleshooting](#troubleshooting)
1314

@@ -73,6 +74,11 @@ perl -i -p -e 's/0.7b0/0.8.dev0/' $(git grep -l "0.7b0" | grep -vi CHANGELOG)
7374
git commit -m
7475
```
7576

77+
## Update docs
78+
79+
If the docs for the Opentelemetry [website](https://opentelemetry.io/docs/python/) was updated in this release in this [folder](https://github.com/open-telemetry/opentelemetry-python/tree/main/website_docs), submit a [PR](https://github.com/open-telemetry/opentelemetry.io/tree/main/content/en/docs/python) to update the docs on the website accordingly.
80+
81+
7682
## Troubleshooting
7783

7884
### Publish failed

0 commit comments

Comments
 (0)