This repository has been archived on 2024-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
hedu/scripts/publish.sh
PlexSheep b87a75b5dd
All checks were successful
cargo devel CI / cargo CI (push) Successful in 21s
add scripts dir for publishing
2024-02-01 22:16:00 +01:00

11 lines
268 B
Bash
Executable file

#!/bin/bash
set -e
cargo check --all-features
echo ">>>>>>>> PUBLISHING RELEASE FOR REPO"
bash scripts/release.sh
echo ">>>>>>>> PUBLISHING TO CRATES.IO NEXT"
sleep 2
cargo publish
echo ">>>>>>>> PUBLISHING TO CSCHERR.DE NEXT"
sleep 2
cargo publish --registry cscherr