mirror of
https://github.com/orhun/git-cliff.git
synced 2024-12-01 21:05:17 +03:00
chore(config): update config
This commit is contained in:
parent
ca12c0cc19
commit
6990b8f399
@ -23,7 +23,7 @@ body = """
|
||||
"""
|
||||
# changelog footer
|
||||
footer = """
|
||||
<!-- generated by git-cliff -->\n
|
||||
<!-- generated by git-cliff -->
|
||||
"""
|
||||
# remove the leading and trailing whitespaces from the template
|
||||
trim = true
|
||||
@ -50,4 +50,4 @@ filter_commits = false
|
||||
# glob pattern for matching git tags
|
||||
tag_pattern = "v[0-9]*"
|
||||
# regex for skipping tags
|
||||
skip_tags = "v0.1.0"
|
||||
skip_tags = "v0.1.0*"
|
||||
|
Loading…
Reference in New Issue
Block a user