Skip to content

Commit

Permalink
Update checkout list
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed Sep 29, 2024
1 parent 20e8858 commit 0c6e203
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions checkoutlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@
- [ ] Update rustup
- [ ] Update dependency `cargo upgrade`
- [ ] Run `cargo clippy`
- [ ] Check msrv: `cargo hack check --rust-version --workspace --ignore-private`
- [ ] Update Release
- [ ] `Cargo.toml` `rstest`
- [ ] `Cargo.toml` `rstest_macros`
- [ ] `README.md`
- [ ] Run all test: `for channel in stable beta nightly; do RSTEST_TEST_CHANNEL=${channel} cargo +${channel} test; done`
- [ ] Remove the `-dev` suffix
- [ ] Remove the `-dev` suffix, run `cargo test` after
- [ ] Create docs and checks links
- [ ] Check CHANGELOG: **RELEASE DATE** and remove empty blocks
- [ ] Check README
- [ ] **Commit**
- [ ] Create tag (Use github release)
- [ ] prepare deploy `cargo publish --dry-run`
- [ ] deploy `cargo publish`
- [ ] Prepare next changelog
- [ ] Prepare next changelog
- [ ] New `-dev` version
- [ ] Update inner `rstest` reference

0 comments on commit 0c6e203

Please sign in to comment.