Skip to content

Commit

Permalink
Add a script to aid with publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondLovesYou committed Dec 20, 2014
1 parent 377cb26 commit 8757349
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions publish-all.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#/bin/sh

# If the versions haven't changed, this'll just error, but we'll just keep chugging.
# That's fine. That said, just bump the version numbers when you'd like to publish.

cargo publish --manifest-path src/core;
cargo publish --manifest-path src/protocol;
cargo publish --manifest-path src/net;
cargo publish --manifest-path src/client;
cargo publish --manifest-path src/server;
cargo publish --manifest-path .;

0 comments on commit 8757349

Please sign in to comment.