diff --git a/RELEASING.md b/RELEASING.md new file mode 100644 index 00000000..563db130 --- /dev/null +++ b/RELEASING.md @@ -0,0 +1,8 @@ +# Releasing + +1. Bump version in `pyproject.toml` and update the changelog + with today's date. +2. Commit: `git commit -m "Bump version and update changelog"` +3. Tag the commit: `git tag x.y.z` +4. Push: `git push --tags origin dev`. CI will take care of the + PyPI release.