Skip to content

Commit

Permalink
crude publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Aug 1, 2024
1 parent 878aa22 commit c717656
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
#!/bin/bash
# TODO: Replace this with some proper tool
# TODO: Detect if the package has changed and a release is required

set -e

cd specta-macros/
cargo publish
cd ..

cd specta/
cargo publish
cd ..

cd specta-util/
cargo publish
cd ..

cd specta-serde/
cargo publish
cd ..

cd specta-typescript/
cargo publish
cd ..

cd specta-jsdoc/
cargo publish
cd ..

0 comments on commit c717656

Please sign in to comment.