mirror of
https://github.com/orhun/git-cliff.git
synced 2025-01-05 15:58:24 +03:00
fix(test): use default tag_pattern for tests
This commit is contained in:
parent
3a27a3e1a2
commit
e6fb8de5d8
@ -44,7 +44,7 @@ fn generate_changelog() -> Result<()> {
|
||||
},
|
||||
]),
|
||||
filter_commits: Some(true),
|
||||
tag_pattern: String::new(),
|
||||
tag_pattern: None,
|
||||
skip_tags: None,
|
||||
};
|
||||
|
||||
|
@ -188,7 +188,7 @@ mod test {
|
||||
},
|
||||
]),
|
||||
filter_commits: Some(false),
|
||||
tag_pattern: String::new(),
|
||||
tag_pattern: None,
|
||||
skip_tags: Regex::new("v3.*").ok(),
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user