发布新的 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