git-digger 0.1.12

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.1.11 -m v0.1.11
  • git push --tags
  • git push
  • cargo publish