tweaking justfile for release

This commit is contained in:
Matt Nish-Lapidus 2025-07-09 15:39:06 -04:00
parent 959a9a36e7
commit e1ffaf6e07

View File

@ -28,11 +28,11 @@ git_status := `git status -s`
release: release:
echo {{ if git_status == "" {"git status ok"} else {error("please commit changes first")} }} echo {{ if git_status == "" {"git status ok"} else {error("please commit changes first")} }}
just build just build
-git commit -am "built for release"
git checkout release git checkout release
git merge main git merge main
-git commit -am "release build"
git checkout main
git push git push
git checkout main
# serve the pkg directory # serve the pkg directory
serve: serve: