File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44- Look for fixmes/todos
55- Look for outdated deps (` cargo outdated ` or [ deps.rs] ( https://deps.rs/repo/github/martin-t/cvars ) )
66- Bump version(s)
7- - ` cargo update ` (even for libs [ ^ lockfile ] )
8- - ` cargo publish --dry-run -p crate-name `
9- - Check the generated package has the correct versions of ` cvars-* ` deps.
7+ - For workspace and separately for consoles: ` cargo update ` (even for libs [ ^ lockfile ] )
108- Update CHANGELOG.md
119- Commit, ` git push ` , make sure CI passes
1210 - This is after bumping versions to make sure all the packages in the repo are still compatible
13- - ` cargo publish -p crate-name `
11+ - For each package to release:
12+ - ` cargo publish --dry-run -p crate-name `
13+ - Check the generated package has the correct versions of ` cvars-* ` deps.
14+ - ` cargo publish -p crate-name `
1415- ` git tag -a crate-name-vX.Y.Z `
1516 - If specifying multiple versions, put more important first in case the line gets truncated on GitHub
1617- ` git push ` the tag
You can’t perform that action at this time.
0 commit comments