Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 172 Bytes

RELEASING.md

File metadata and controls

9 lines (8 loc) · 172 Bytes

Releasing Sending

poetry version $VERSION
git commit -a -m "Releasing version $VERSION"
git tag -a "v$VERSION" -m "Release v$VERSION"
poetry build
poetry publish