From 7762568440a232807389891d7f88d21133ff1ee3 Mon Sep 17 00:00:00 2001 From: Ryan Goldstein Date: Tue, 17 Jul 2018 22:44:24 -0400 Subject: [PATCH] Create a checklist that should be completed for every version bump PR --- RELEASE_CHECKLIST.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 RELEASE_CHECKLIST.md diff --git a/RELEASE_CHECKLIST.md b/RELEASE_CHECKLIST.md new file mode 100644 index 00000000..e54f2ac5 --- /dev/null +++ b/RELEASE_CHECKLIST.md @@ -0,0 +1,11 @@ +# Release Checklist + +Copy this file into your PR to make a new release! + +- [ ] Bump the version in `Cargo.toml` +- [ ] Update the example source code embedded in the website +- [ ] Update all the WASM binary examples for the website +- [ ] Verify, on each major platform, that all examples work correctly +- [ ] Update the html_root_url in `src/lib.rs` +- [ ] Ensure *all* dependencies are up-to-date +- [ ] Ensure there are no bugs this release *opens* (not fixing a bug is acceptable, releasing a version with new known bugs is not) \ No newline at end of file