From e1ffaf6e07c81f0a22556da0177533699bed5f51 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Wed, 9 Jul 2025 15:39:06 -0400 Subject: [PATCH] tweaking justfile for release --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 10d70ba..22719fa 100644 --- a/justfile +++ b/justfile @@ -28,11 +28,11 @@ git_status := `git status -s` release: echo {{ if git_status == "" {"git status ok"} else {error("please commit changes first")} }} just build + -git commit -am "built for release" git checkout release git merge main - -git commit -am "release build" - git checkout main git push + git checkout main # serve the pkg directory serve: