This repository has been archived on 2024-10-17. You can view files and clone it, but cannot push or open issues or pull requests.
rs-base/scripts/publish.sh
PlexSheep daebd789f9
All checks were successful
cargo devel CI / cargo CI (push) Successful in 28s
add scripts dir for publishing
2024-02-01 22:15:47 +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