Skip to content

Commit

Permalink
Add updated publish script
Browse files Browse the repository at this point in the history
The previous one relies on CI automation that cannot be maintained without the repo owner, who is absent.

The new script can be run locally by any authorized maintainer.
  • Loading branch information
TedDriggs committed Feb 14, 2024
1 parent 04bcde6 commit e567abf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cargo publish --manifest-path derive_builder_core/Cargo.toml &&
cargo publish --manifest-path derive_builder_macro/Cargo.toml &&
cargo publish --manifest-path derive_builder/Cargo.toml;

0 comments on commit e567abf

Please sign in to comment.