mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-05-28 13:11:22 +00:00
574 B
574 B
Publishing New wasm-bindgen
Releases
-
Compile the
publish.rs
script:rustc publish.rs
-
Bump every crate's minor version:
# Make sure you are in the root of the wasm-bindgen repo! ./publish bump
-
Send a pull request for the version bump.
-
After the pull request's CI is green and it has been merged, publish to cargo:
# Make sure you are in the root of the wasm-bindgen repo! ./publish publish