Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use --locked #299

Merged
merged 1 commit into from
Nov 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .maintain/release.sh
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
#!/bin/sh

cargo publish -p subcryptor
cargo publish -p subhasher
cargo publish -p submetadatan
cargo publish -p subrpcer
cargo publish -p subruntimer
cargo publish --locked -p subcryptor
cargo publish --locked -p subhasher
cargo publish --locked -p submetadatan
cargo publish --locked -p subrpcer
cargo publish --locked -p subruntimer
# substorager depends on subhasher, sleep for 15s
sleep 15s
cargo publish -p substorager
cargo publish -p subversioner
cargo publish --locked -p substorager
cargo publish --locked -p subversioner

cargo publish -p subalfred-util
cargo publish --locked -p subalfred-util
# subalfred-core depends on subalfred-util, sleep for 15s
sleep 15s
cargo publish -p subalfred-core
cargo publish -p cmd-impl
cargo publish --locked -p subalfred-core
cargo publish --locked -p cmd-impl
# subalfred depends on cmd-impl, sleep for 15s
sleep 15s
cargo publish -p subalfred
cargo publish --locked -p subalfred