Merge branch 'main' of alea.ludus.dev:twc/ludus

This commit is contained in:
Scott Richmond 2025-07-09 15:31:54 -04:00
commit ea552f8b9b

View File

@ -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}}