plz is a companion CLI tool for managing reviews on plz.review.
# Set up your development environment
make install
source .build/bin/activate
# Build and test the CLI
make
plz --version
Make sure that the git repo is clean and up to date with origin/main. Then run:
(read -r v && git tag -a v$v -m v$v && git push origin v$v)