Skip to content

Commit

Permalink
Create a checklist that should be completed for every version bump PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanisaacg committed Jul 18, 2018
1 parent 9d92f9f commit 7762568
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 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)

0 comments on commit 7762568

Please sign in to comment.