-
Update the
CHANGELOG.md
: -
Update
Cargo.toml
with the new version. -
Commit
$ git commit -am "Prepare version X.Y.X"
-
Tag
$ git tag -am "X.Y.Z" X.Y.Z
-
Push!
$ git push && git push --tags
This will trigger a GitHub Action workflow which will create a GitHub release and publish to Cargo.
- Update
Cargo.toml
with the new version. cargo publish --allow-dirty