If you are the current maintainer of this package:
- Bump the version in
Cargo.toml
- Build & Test on multiple linux versions & distros:
./eng/release.sh
- Tag the new version in git:
git tag vX.X.X
- Push the new version to GitHub:
git push --tags
- Create a new release on GitHub with the aforementioned tag and populate it with this:
git log --pretty=format:"- %s" --reverse refs/tags/PREV_TAG...refs/tags/NEW_TAG
- Publish the crate:
cargo publish
NOTE: You must be logged in to an azure subscription via az login
.