diff --git a/RELEASING.md b/RELEASING.md index 4727fca87..a094adcb0 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -36,5 +36,5 @@ Our team will trigger the release pipeline. 1. Create the release on GitHub. [Example](https://github.com/DataDog/datadogpy/releases/tag/v0.33.0) 1. Checkout the tag created at the previous step. 1. Run `ddev release build .` and `ddev release upload --sdist . `. - - Make sure that both an `sdist` and a [universal wheel](https://packaging.python.org/guides/distributing-packages-using-setuptools/#universal-wheels) have been uploaded to [PyPI](https://pypi.python.org/pypi/datadog/). + - Make sure that both an `sdist` and a [universal wheel](https://packaging.python.org/guides/distributing-packages-using-setuptools/#universal-wheels) have been uploaded to [PyPI](https://pypi.python.org/pypi/datadog/). 1. Bump the version again in `setup.py` to a dev version (e.g. `0.34.0` -> `0.35.0.dev`), open a PR and merge it to master.