Compare commits

..

No commits in common. "6f42bc6c6513032e00e4216dffaf9e9e9a84cd49" and "8a7cbc484e0db54041fae703ff519d49027642f2" have entirely different histories.

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 push -git commit -am "release build"
git checkout main git checkout main
git push
# serve the pkg directory # serve the pkg directory
serve: serve: