moved build to after merge in just release
This commit is contained in:
parent
77df6b8936
commit
c111f9ab22
4
justfile
4
justfile
|
@ -27,10 +27,10 @@ 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 commit -am "release build"
|
||||
git checkout release
|
||||
git merge {{from_branch}}
|
||||
just build
|
||||
-git commit -am "release build"
|
||||
git push
|
||||
git checkout {{from_branch}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user