feat: with git client

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-30 22:23:03 +02:00
parent 0b66de6daf
commit b5e8c78c89
5 changed files with 327 additions and 2 deletions

View File

@@ -17,7 +17,8 @@ serde_yaml = {version = "*"}
serde = {version = "*", features = ["derive"]}
semver = "1.0.18"
conventional_commit_parser = "0.9.4"
tempdir = "*"
reqwest = {version = "*"}
tracing-test = "*"
tracing-test = "*"
pretty_assertions = "*"