RELEASE_CHECKLIST.md
This is a list of the things that need to happen during a release.
https://github.com/issues?utf8=%E2%9C%93&q=repo%3Arustwasm%2Fwasm-pack+merged%3A%3E%3DYYYY-MM-DDCHANGELOG.md. Use the structure of previous
entries.DEFAULT_CHROMEDRIVER_VERSION in chromedriver.rs.
Version is the response of https://chromedriver.storage.googleapis.com/LATEST_RELEASE.DEFAULT_GECKODRIVER_VERSION in geckodriver.rs.
Version is the name of the latest tag - https://github.com/mozilla/geckodriver/releases/latest.Cargo.toml.docs/index.html.cargo update.cargo test.cargo build.README.md to npm/README.mdnpm/package.jsoncd npm && npm installCargo.toml, Cargo.lock, docs/index.html,
and CHANGELOG.md changes. The commit message can just be "#.#.#".@ashleygwilliams and @drager.git commit --amend all changes into the single commit.v#.#.#.CHANGELOG.md release
entry and cut and paste it into the release body.git checkout master and git pull --rebase origin mastercargo test.cargo publishcd npm && npm publish