Skip to content

Commit

Permalink
Update RELEASING.md (#2177)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzchen authored Oct 12, 2021
1 parent 65528f7 commit 2a94c3d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,6 @@ run eachdist once again:
./scripts/eachdist.py update_versions --versions stable,prerelease
```

## Update website 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. To check if the new version requires updating, run the following script and compare the diff:

```bash
./scripts/generate_website_docs.sh
```

If the diff includes significant changes, create a pull request to commit the changes and once the changes are merged, click the "Run workflow" button for the Update [OpenTelemetry Website Docs](https://github.com/open-telemetry/opentelemetry-python/actions/workflows/docs-update.yml) GitHub Action.

## Hotfix procedure

A `hotfix` is defined as a small change developed to correct a bug that should be released as quickly as possible. Due to the nature of hotfixes, they usually will only affect one or a few packages. Therefore, it usually is not necessary to go through the entire release process outlined above for hotfixes. Follow the below steps how to release a hotfix:
Expand Down

0 comments on commit 2a94c3d

Please sign in to comment.