-
Update master branch
git checkout master && git pull -
Update project version in
Cargo.tomlvim Cargo.toml
-
Update
Cargo.lockcargo update
-
Commit
Cargo.tomlandCargo.lockwith the versiongit commit -m "bump version" Cargo.toml Cargo.lock -
Make a new git tag
git tag -a <NEW_VERSION>
-
Push all to upstream
git push origin master --follow-tags
-
Create a new release specifying pushed tag