發佈新的 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. 針對版本遞增送出提取請求。

  5. 在提取請求的 CI 為綠色且已合併後,發佈到 cargo

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