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:
|
||||
echo {{ if git_status == "" {"git status ok"} else {error("please commit changes first")} }}
|
||||
just build
|
||||
-git commit -am "built for release"
|
||||
git checkout release
|
||||
git merge main
|
||||
-git commit -am "release build"
|
||||
git checkout main
|
||||
git push
|
||||
git checkout main
|
||||
|
||||
# serve the pkg directory
|
||||
serve:
|
||||
|
|
Loading…
Reference in New Issue
Block a user