Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 276 Bytes

RELEASE.md

File metadata and controls

10 lines (9 loc) · 276 Bytes

For maintainers

The following steps describe how to make a release.

First update the CHANGES.rst with the changes the new release brings. After that you'll want to run the following commands.

git add CHANGES.rst
poetry run invoke release
poetry publish --build