git-release 0.1.1

Set the release information based on all commits of a tag
workspace:
  - workspace.rs
  - workspace/*
  - workspace/**/*

repository:
  - workspace/repository.rs
  - workspace/repository_tests.rs

commit:
  - workspace/commit.rs
  - workspace/commit_tests.rs

release:
  - workspace/release.rs
  - workspace/release_tests.rs

ci:
  - .github/*
  - .github/**/*