Publishing New wasm-bindgen Releases
-
Compile the
publish.rsscript: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