In Cargo.toml
as well as the html_root_url
in lib.rs
. Stick to semantic versioning.
GIT_COMMITTER_DATE=$(git log -n1 --pretty=%aD) git tag -a -m "Release 0.3.0" 0.3.0
git push --tags
cargo publish [--dry-run]
In Cargo.toml
as well as the html_root_url
in lib.rs
. Stick to semantic versioning.
GIT_COMMITTER_DATE=$(git log -n1 --pretty=%aD) git tag -a -m "Release 0.3.0" 0.3.0
git push --tags
cargo publish [--dry-run]