Back to Wasm Bindgen

Publishing New `wasm-bindgen` Releases

guide/src/contributing/publishing.md

0.2.120877 B
Original Source

Publishing New wasm-bindgen Releases

  1. <input type="checkbox"/> Compile the publish.rs script:

    rustc publish.rs
    
  2. <input type="checkbox"/> Bump every crate's minor version:

    # Make sure you are in the root of the wasm-bindgen repo!
    ./publish bump
    
  3. <input type="checkbox"/> Update CHANGELOG.md to add the to-be-released version number, compare URL and release date. See this example

  4. <input type="checkbox"/> Send a pull request for the version bump.

  5. <input type="checkbox"/> 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