sessions / dcc7229e90ca8cb76a4ce74bfc652c232d3568c7

/home/powellc/src/code.unbl.ink/secstate/vrobbler

This commit has no recorded session.

diff

show whitespace

commit dcc7229e90ca8cb76a4ce74bfc652c232d3568c7Author: Colin Powell <colin@unbl.ink>Date:   Fri Jun 5 14:06:45 2026 -0400    [tooling] Just release does it all nowdiff --git a/justfile b/justfileindex 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+