Helper library to deal with multiple repositories from multiple git hosting services.
See the git-digger-example
One day it might become useful for others as well.
- Update the version number in Cargo.toml
cargo buildgit add .git commit -m "update version number"git tag -a v0.2.2 -m v0.2.1git pushgit push --tagscargo publish