git-digger 0.2.2

Helper library to handle multiple git repositories
Documentation

git-digger

Helper library to deal with multiple repositories from multiple git hosting services.

Example

See the git-digger-example

Who uses it?

One day it might become useful for others as well.

Release process

  • Update the version number in Cargo.toml
  • cargo build
  • git add .
  • git commit -m "update version number"
  • git tag -a v0.2.2 -m v0.2.1
  • git push
  • git push --tags
  • cargo publish