git checkout master && git pull
git checkout -b <some-branch-name>
version
field in Cargo.toml
.CHANGELOG.md
.Cargo.toml
and CHANGELOG.md
. The commit message must start
with release:
.After merging, the new release will automatically be created on https://crates.io. A git tag will also be created automatically.
See https://crates.io/crates/auto-release for more details of how the release process is implemented.