发布新的 `wasm-bindgen` 版本
-
编译 `publish.rs` 脚本
rustc publish.rs
-
将每个板条箱的次要版本号提升
# 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