chore: Add release to do.sh

This commit is contained in:
2022-03-06 09:34:16 -06:00
parent 490d2fba4b
commit f44b4b589b

4
do.sh
View File

@@ -20,6 +20,10 @@ htmlcov() {
poetry run pytest --cov-report=html
}
release() {
./scripts/release.sh
}
all() {
build && test
}