From 9e6bad28db23b39311c4231c96f1d7805296c3b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sun, 18 Feb 2024 13:47:22 +0300 Subject: [PATCH] chore(project): add readme to core package --- git-cliff-core/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/git-cliff-core/Cargo.toml b/git-cliff-core/Cargo.toml index f2ea3029fa..10a095c505 100644 --- a/git-cliff-core/Cargo.toml +++ b/git-cliff-core/Cargo.toml @@ -4,6 +4,7 @@ version = "2.0.0-rc.0" # managed by release.sh description = "Core library of git-cliff" authors = ["git-cliff contributors "] license = "MIT OR Apache-2.0" +readme = "../README.md" homepage = "https://github.com/orhun/git-cliff" repository = "https://github.com/orhun/git-cliff" keywords = ["changelog", "generator", "conventional", "commit"]