mirror of
https://github.com/orhun/git-cliff.git
synced 2025-01-05 23:03:12 +03:00
style(fmt): update the derives in config module
This commit is contained in:
parent
eee35ad1ee
commit
336b25f3ae
@ -59,11 +59,11 @@ pub struct GitConfig {
|
||||
pub filter_commits: Option<bool>,
|
||||
/// Blob pattern for git tags.
|
||||
pub tag_pattern: Option<String>,
|
||||
#[serde(with = "serde_regex", default)]
|
||||
/// Regex to skip matched tags.
|
||||
pub skip_tags: Option<Regex>,
|
||||
#[serde(with = "serde_regex", default)]
|
||||
pub skip_tags: Option<Regex>,
|
||||
/// Regex to ignore matched tags.
|
||||
#[serde(with = "serde_regex", default)]
|
||||
pub ignore_tags: Option<Regex>,
|
||||
/// Whether to sort tags topologically.
|
||||
pub topo_order: Option<bool>,
|
||||
|
Loading…
Reference in New Issue
Block a user