發佈新的 wasm-bindgen 版本

  1. 編譯 publish.rs 腳本

    rustc publish.rs
    
  2. 提升每個 crate 的次要版本

    # Make sure you are in the root of the wasm-bindgen repo!
    ./publish bump
    
  3. 更新 CHANGELOG.md 以新增要發佈的版本號碼、比較 URL 和發佈日期。 請參閱此範例

  4. 為版本提升發送 pull request。

  5. 在 pull request 的 CI 為綠色並合併後,發佈到 cargo

    # Make sure you are in the root of the wasm-bindgen repo!
    ./publish publish