mirror of
https://github.com/orhun/git-cliff.git
synced 2025-01-07 13:28:37 +03:00
add doc
This commit is contained in:
parent
6482a10834
commit
db9c7a47de
@ -1,4 +1,9 @@
|
|||||||
//! A highly customizable changelog generator
|
//! 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)]
|
#![warn(missing_docs, clippy::unwrap_used)]
|
||||||
|
|
||||||
/// Changelog generator.
|
/// Changelog generator.
|
||||||
|
Loading…
Reference in New Issue
Block a user