- Update the version in each
Cargo.toml
. - Update versions in
src/new.rs
for stdlib etc if required. - Run
make test build
. - Update
CHANGELOG.md
with new version and link to blog post (if present) - Git commit, tag, push, push tags.
- Wait for CI release build to finish.
- Publish release on GitHub from draft made by CI.
- Update version in
Cargo.toml
to next-dev. - Update clone target version in
getting-started.md
inwebsite
. - Update downloaded version in
Dockerfile
inexample-echo-server
.