發佈新的 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