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 21, 2014
1 parent f7cbe43 commit 255ba29
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 255ba29

Please sign in to comment.