tweaking justfile for release
This commit is contained in:
parent
959a9a36e7
commit
e1ffaf6e07
4
justfile
4
justfile
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user