moved build to main branch in release recipie

This commit is contained in:
Matt Nish-Lapidus 2025-07-09 15:27:25 -04:00
parent 127b85a15f
commit 2c969d83e5

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