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:
parent
2ef4e73292
commit
296717d2af
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -288,7 +288,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "git-cliff-cli"
|
||||
name = "git-cliff"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"git-cliff-core",
|
||||
|
@ -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]
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user