Skip to content

Commit

Permalink
update RELEASE_CHECKLIST.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Nov 2, 2020
1 parent b85e7d0 commit 171b30c
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions RELEASE_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@
* [ ] bump version in Cargo.toml
* [ ] update changelog
* [ ] `script/update-readme`
* [ ] commit, tag, but do not push yet
* [ ] commit, tag, push commit, but do not push tag yet
* build binaries:
* [ ] build x86_64-apple-darwin on sencha
* [ ] build x86_64-pc-windows-gnu on sencha vm
* [ ] cross-compile arm7-unknown-linux-musleabihf on sencha
* [ ] build `x86_64-apple-darwin` on sencha
* [ ] build `x86_64-pc-windows-gnu` on sencha vm
* [ ] build `x86_64-pc-windows-msvc` on sencha vm
* [ ] cross-compile `arm7-unknown-linux-musleabihf` on sencha
* [ ] test on muffin
* [ ] build x86_64-unknown-linux-gnu on corgi
* [ ] build aarch64-unknown-linux-gnu on corgi aarch64 chroot
* [ ] build `x86_64-unknown-linux-gnu` on corgi/raven
* [ ] build `aarch64-unknown-linux-gnu` on corgi aarch64 chroot (in /root)
* cross-compile doesn't work great; produces a binary but it won't run
* [ ] `cargo publish`
* [ ] push commit and tag
* [ ] push tag
* [ ] edit release to include changelog

0 comments on commit 171b30c

Please sign in to comment.