just: Add pushall target for easier releases

This commit is contained in:
2022-07-21 20:05:22 +02:00
parent 95e9fcbffe
commit bd694c3f7d

View File

@@ -32,6 +32,13 @@ build-release:
build-release-static:
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.sh patch