Files
denyhosts/clamav/libclamav_rust/.cargo/vendor/wasm-bindgen/guide/src/contributing/publishing.md
2023-01-14 18:28:39 +08:00

574 B

Publishing New wasm-bindgen Releases

  1. Compile the publish.rs script:

    rustc publish.rs
    
  2. Bump every crate's minor version:

    # Make sure you are in the root of the wasm-bindgen repo!
    ./publish bump
    
  3. Send a pull request for the version bump.

  4. 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