just: Add pushall target for easier releases
This commit is contained in:
7
Justfile
7
Justfile
@@ -32,6 +32,13 @@ build-release:
|
|||||||
build-release-static:
|
build-release-static:
|
||||||
cargo build --release --target {{static_target}} --features=static-build
|
cargo build --release --target {{static_target}} --features=static-build
|
||||||
|
|
||||||
|
pushall:
|
||||||
|
for r in $(git remote) ; do \
|
||||||
|
for branch in develop master ; do \
|
||||||
|
git push $r $branch ; \
|
||||||
|
done ; \
|
||||||
|
done
|
||||||
|
|
||||||
release-patch:
|
release-patch:
|
||||||
./release.sh patch
|
./release.sh patch
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user