1
1
mirror of https://github.com/orhun/git-cliff.git synced 2025-01-05 15:58:24 +03:00

chore(project): update description

This commit is contained in:
orhun 2021-06-11 21:23:42 +03:00
parent a5ef8bd6d2
commit 4ae02f5373
No known key found for this signature in database
GPG Key ID: B928720AEC532117
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//! Highly customizable Changelog Generator
//! A highly customizable changelog generator
#![warn(missing_docs, clippy::unwrap_used)]
/// Export regex crate.

View File

@ -1,7 +1,7 @@
[package]
name = "git-cliff"
version = "0.1.0"
description = "Highly customizable Changelog Generator that follows Conventional Commit specifications ⛰️"
description = "A highly customizable changelog generator ⛰️"
authors = ["git-cliff contributors <git-cliff@protonmail.com>"]
license = "GPL-3.0"
readme = "README.md"