发布新的 wasm-bindgen 版本
-
编译
publish.rs脚本rustc publish.rs -
提升每个 crate 的次版本号
# Make sure you are in the root of the wasm-bindgen repo! ./publish bump -
更新 CHANGELOG.md 以添加要发布的版本号、比较 URL 和发布日期。 请参考此示例
-
为版本升级发送一个拉取请求。
-
在拉取请求的 CI 为绿色并已合并后,发布到 cargo
# Make sure you are in the root of the wasm-bindgen repo! ./publish publish