1
1
mirror of https://github.com/orhun/git-cliff.git synced 2025-01-05 22:47:45 +03:00

chore(project): update details

This commit is contained in:
orhun 2021-06-01 23:12:14 +03:00
parent 2ef4e73292
commit 296717d2af
No known key found for this signature in database
GPG Key ID: B928720AEC532117
3 changed files with 8 additions and 8 deletions

2
Cargo.lock generated
View File

@ -288,7 +288,7 @@ dependencies = [
]
[[package]]
name = "git-cliff-cli"
name = "git-cliff"
version = "0.1.0"
dependencies = [
"git-cliff-core",

View File

@ -1,14 +1,14 @@
[package]
name = "git-cliff-core"
version = "0.1.0"
description = ""
description = "Core library of git-cliff"
authors = ["git-cliff contributors <git-cliff@protonmail.com>"]
license = "GPL-3.0"
readme = "README.md"
homepage = "https://github.com/orhun/git-cliff"
repository = "https://github.com/orhun/git-cliff"
keywords = []
categories = []
keywords = ["changelog", "generator", "conventional", "commit"]
categories = ["command-line-utilities"]
edition = "2018"
[dependencies]

View File

@ -1,14 +1,14 @@
[package]
name = "git-cliff-cli"
name = "git-cliff"
version = "0.1.0"
description = ""
description = "Highly customizable Changelog Generator that follows Conventional Commit specifications ⚡"
authors = ["git-cliff contributors <git-cliff@protonmail.com>"]
license = "GPL-3.0"
readme = "README.md"
homepage = "https://github.com/orhun/git-cliff"
repository = "https://github.com/orhun/git-cliff"
keywords = []
categories = []
keywords = ["changelog", "generator", "conventional", "commit"]
categories = ["command-line-utilities"]
edition = "2018"
[dependencies]