[tooling] Just release does it all now
All checks were successful
build / test (push) Successful in 1m57s

This commit is contained in:
2026-06-05 14:06:45 -04:00
parent 73665ef19e
commit dcc7229e90

View File

@ -15,9 +15,11 @@ celery:
celery-beat:
poetry run celery -A vrobbler beat -l info
release kind="minor":
poetry run python scripts/release.py {{kind}}
push:
git push && git push gitea
git push --tags && git push --tags gitea
release kind="minor":
poetry run python scripts/release.py {{kind}}
@push