From 3e72042c24824a7672dc02048ff989a5854cb0e3 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 4 Jun 2026 11:22:14 -0400 Subject: [PATCH] [justfile] push for release should only push tags --- justfile | 1 - 1 file changed, 1 deletion(-) diff --git a/justfile b/justfile index c90d0be..726db51 100644 --- a/justfile +++ b/justfile @@ -19,5 +19,4 @@ release kind="minor": poetry run python scripts/release.py {{kind}} push: - git push && git push gitea git push --tags && git push --tags gitea