1
1
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:
orhun 2021-06-18 03:04:35 +03:00
parent 3a27a3e1a2
commit e6fb8de5d8
No known key found for this signature in database
GPG Key ID: B928720AEC532117
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ fn generate_changelog() -> Result<()> {
},
]),
filter_commits: Some(true),
tag_pattern: String::new(),
tag_pattern: None,
skip_tags: None,
};

View File

@ -188,7 +188,7 @@ mod test {
},
]),
filter_commits: Some(false),
tag_pattern: String::new(),
tag_pattern: None,
skip_tags: Regex::new("v3.*").ok(),
},
};