发布新的 `wasm-bindgen` 版本

  1. 编译 `publish.rs` 脚本

    rustc publish.rs
    
  2. 将每个板条箱的次要版本号提升

    # 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