Skip to content

Commit d7ff088

Browse files
committed
Update checkout list
1 parent 4386575 commit d7ff088

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

checkoutlist.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,19 @@
33
- [ ] Update rustup
44
- [ ] Update dependency `cargo upgrade`
55
- [ ] Run `cargo clippy`
6+
- [ ] Update Release
7+
- [ ] `Cargo.toml` `rstest`
8+
- [ ] `Cargo.toml` `rstest_macros`
9+
- [ ] `README.md`
610
- [ ] Run all test
711
- [ ] Stable: `RSTEST_TEST_CHANNEL=stable; cargo +${RSTEST_TEST_CHANNEL} test`
812
- [ ] Beta: `RSTEST_TEST_CHANNEL=beta; cargo +${RSTEST_TEST_CHANNEL} test`
913
- [ ] Nightly: `RSTEST_TEST_CHANNEL=nightly; cargo +${RSTEST_TEST_CHANNEL} test`
10-
- [ ] Check Cargo.toml version
1114
- [ ] Create docs and checks links
1215
- [ ] Check CHANGELOG: **RELEASE DATE** and remove empty blocks
1316
- [ ] Check README
1417
- [ ] Create tag (Use github release)
1518
- [ ] prepare deploy `cargo publish --dry-run`
1619
- [ ] deploy `cargo publish`
17-
- [ ] Change next version
18-
- [ ] `Cargo.toml`
19-
- [ ] `README.md`
20-
- [ ] `CHANGELOG.md`
2120
- [ ] Change dependency (inner `rstest` and `rstest_ruse`)
2221
- [ ] Prepare next changelog

0 commit comments

Comments
 (0)