feat: add cliff

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-31 00:35:19 +02:00
parent 222da3b8c3
commit 86664bc497
7 changed files with 986 additions and 18 deletions

View File

@@ -11,13 +11,15 @@ clap.workspace = true
dotenv.workspace = true
serde_yaml.workspace = true
serde.workspace = true
reqwest = {workspace = true, features = ["blocking", "json"]}
reqwest = { workspace = true, features = ["blocking", "json"] }
url.workspace = true
semver.workspace = true
conventional_commit_parser.workspace = true
tempdir.workspace = true
git-cliff-core.workspace = true
regex.workspace = true
chrono.workspace = true
[dev-dependencies]
tracing-test = {workspace = true, features = ["no-env-filter"]}
pretty_assertions.workspace = true
tracing-test = { workspace = true, features = ["no-env-filter"] }
pretty_assertions.workspace = true