From dcc7229e90ca8cb76a4ce74bfc652c232d3568c7 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 5 Jun 2026 14:06:45 -0400 Subject: [PATCH] [tooling] Just release does it all now --- justfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/justfile b/justfile index c90d0be..08fdfef 100644 --- a/justfile +++ b/justfile @@ -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 +