Skip to content

Commit

Permalink
Update checkout list
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed Nov 27, 2022
1 parent 4386575 commit d7ff088
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions checkoutlist.md
Expand Up @@ -3,20 +3,19 @@
- [ ] Update rustup
- [ ] Update dependency `cargo upgrade`
- [ ] Run `cargo clippy`
- [ ] Update Release
- [ ] `Cargo.toml` `rstest`
- [ ] `Cargo.toml` `rstest_macros`
- [ ] `README.md`
- [ ] Run all test
- [ ] Stable: `RSTEST_TEST_CHANNEL=stable; cargo +${RSTEST_TEST_CHANNEL} test`
- [ ] Beta: `RSTEST_TEST_CHANNEL=beta; cargo +${RSTEST_TEST_CHANNEL} test`
- [ ] Nightly: `RSTEST_TEST_CHANNEL=nightly; cargo +${RSTEST_TEST_CHANNEL} test`
- [ ] Check Cargo.toml version
- [ ] Create docs and checks links
- [ ] Check CHANGELOG: **RELEASE DATE** and remove empty blocks
- [ ] Check README
- [ ] Create tag (Use github release)
- [ ] prepare deploy `cargo publish --dry-run`
- [ ] deploy `cargo publish`
- [ ] Change next version
- [ ] `Cargo.toml`
- [ ] `README.md`
- [ ] `CHANGELOG.md`
- [ ] Change dependency (inner `rstest` and `rstest_ruse`)
- [ ] Prepare next changelog

0 comments on commit d7ff088

Please sign in to comment.