From 2c969d83e5325836fb19167651ae7b03545fdc76 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Wed, 9 Jul 2025 15:27:25 -0400 Subject: [PATCH] moved build to main branch in release recipie --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 0dae6bc..fed0a1d 100644 --- a/justfile +++ b/justfile @@ -27,9 +27,9 @@ git_status := `git status -s` # publish this branch into release release: echo {{ if git_status == "" {"git status ok"} else {error("please commit changes first")} }} + just build git checkout release git merge {{from_branch}} - just build -git commit -am "release build" git push git checkout {{from_branch}}