To publish a new version:
- Set
package.version
in./Cargo.toml
- Review and commit all changed files
- Raise a PR & Wait for CI
- Merge
cargo publish
- Create a tag of the form
vX.Y.Z
:git tag -m 'vX.Y.Z' 'vX.Y.Z' && git push --tags
To publish a new version:
package.version
in ./Cargo.toml
cargo publish
vX.Y.Z
: git tag -m 'vX.Y.Z' 'vX.Y.Z' && git push --tags