This automatically creates a release commit and a release tag.
You then need to push both to the Github repository:
bash
git push pushes the release commit
git push origin v2.0.0 pushes the release tag for version 2.0.0
Assuming the tests pass the release is then created by Azure and uploaded directly onto [pypi](https://pypi.org/project/relion/).