Skip to content
Snippets Groups Projects
Verified Commit 79a6c16e authored by Georg Krause's avatar Georg Krause
Browse files

docs(contribute): Document how to do a release

parent c4339ce9
No related branches found
No related tags found
No related merge requests found
Pipeline #23848 passed
......@@ -137,3 +137,11 @@ You can run the whole suite of tests with the following command:
```sh
poetry run pytest
```
### Making a release
Run `poetry version $new_version` to bump the version number in
`pyproject.toml`. Commit the changes.
Now we set a tag using `git tag v$(poetry version -s)` and push everything to
the repository with `git push --tags && git push`. CI will take care for
publishing the new package version to pypi.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment