1
1
mirror of https://github.com/orhun/git-cliff.git synced 2025-01-06 00:20:02 +03:00
This commit is contained in:
Marco Ieni 2023-04-30 17:47:56 +02:00
parent 6482a10834
commit db9c7a47de
No known key found for this signature in database
GPG Key ID: 7D2670571BFC49B1

View File

@ -1,4 +1,9 @@
//! A highly customizable changelog generator
//!
//! ## Features
//! - `repo`: Enable parsing commits from a git repository. Enabled by default.
//! You can turn this off if you already have the commits to put in the
//! changelog and you don't need `git-cliff` to parse them.
#![warn(missing_docs, clippy::unwrap_used)]
/// Changelog generator.