Skip to content

Commit

Permalink
Update RELEASING.md (#1746)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzchen committed Apr 5, 2021
1 parent 39da28f commit cad261e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Release Process:
* [Create a Release](#Create-a-Release)
* [Move stable tag](#Move-stable-tag)
* [Update main](#Update-main)
* [Update docs](#Update-docs)
* [Check PyPI](#Check-PyPI)
* [Troubleshooting](#troubleshooting)

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

## Update docs

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.


## Troubleshooting

### Publish failed
Expand Down

0 comments on commit cad261e

Please sign in to comment.