File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 3
3
- [ ] Update rustup
4
4
- [ ] Update dependency ` cargo upgrade `
5
5
- [ ] Run ` cargo clippy `
6
+ - [ ] Update Release
7
+ - [ ] ` Cargo.toml ` ` rstest `
8
+ - [ ] ` Cargo.toml ` ` rstest_macros `
9
+ - [ ] ` README.md `
6
10
- [ ] Run all test
7
11
- [ ] Stable: ` RSTEST_TEST_CHANNEL=stable; cargo +${RSTEST_TEST_CHANNEL} test `
8
12
- [ ] Beta: ` RSTEST_TEST_CHANNEL=beta; cargo +${RSTEST_TEST_CHANNEL} test `
9
13
- [ ] Nightly: ` RSTEST_TEST_CHANNEL=nightly; cargo +${RSTEST_TEST_CHANNEL} test `
10
- - [ ] Check Cargo.toml version
11
14
- [ ] Create docs and checks links
12
15
- [ ] Check CHANGELOG: ** RELEASE DATE** and remove empty blocks
13
16
- [ ] Check README
14
17
- [ ] Create tag (Use github release)
15
18
- [ ] prepare deploy ` cargo publish --dry-run `
16
19
- [ ] deploy ` cargo publish `
17
- - [ ] Change next version
18
- - [ ] ` Cargo.toml `
19
- - [ ] ` README.md `
20
- - [ ] ` CHANGELOG.md `
21
20
- [ ] Change dependency (inner ` rstest ` and ` rstest_ruse ` )
22
21
- [ ] Prepare next changelog
You can’t perform that action at this time.
0 commit comments